Html Css Color HEX #855633 Korma

📋 copy color: '#855633'

red 133 ◦ green 86 ◦ blue 51

#855633
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #855633

Tints of Korma #855633

RGB

 RED value IS 133 (52.34% from 255) = 49.26%

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 49.26%
G = 31.85%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#855633 (or 0x855633) is known color: Korma. HEX triplet: 85, 56 and 33. RGB value is (133,86,51). Sum of RGB (Red+Green+Blue) = 133+86+51=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #855633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855633 is #7AA9CC. Grayscale: #606060. Windows color (decimal): -8038861 or 3364485. OLE color: 3364485.

HSL color Cylindrical-coordinate representation of color #855633: hue angle of 25.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855633 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 51 -
CMYK 0 0.35 0.62 0.48
HSL 25.61º 0.45% 0.36% -
HSV(B) 25.61º 0.62% 0.52% -
XYZ 13.6 11.88 4.71 -
YUV 96.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 133 86 51 0 0.35 0.62 0.48 25.61 0.45 0.36
Hex 85 56 33 0 23 3E 30 1A 2D 24
Octal 205 126 63 0 43 76 60 32 55 44
Binary 10000101 1010110 110011 0 100011 111110 110000 11010 101101 100100

Color Harmonies of #855633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855633

Black with #855633

Text Example


Text Example

White with #855633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855633; }

 p { color: rgb(133,86,51); }

 H1.HeaderClassName
 {
   color: #855633;
 }
 .AnyTagClassName
 {
   color: #855633;
 }
</style>

background-color css

<style>
 a { background-color: #855633; }

 a { background-color: rgb(133,86,51); }

 div.DivClassName
 {
   background-color: #855633;
 }
 .BgClassName
 {
   background-color: #855633;
 }
</style>

border-color css

<style>
 span { border-color: #855633; }

 span { border-color: rgb(133,86,51); }

 td.TdClassName
 {
   border-color: #855633;
 }
 .TagClassName
 {
   border-color: #855633;
 }
</style>