Html Css Color HEX #885333 Korma

📋 copy color: '#885333'

red 136 ◦ green 83 ◦ blue 51

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

Shades of Korma #885333

Tints of Korma #885333

RGB

 RED value IS 136 (53.52% from 255) = 50.37%

 GREEN value IS 83 (32.81% from 255) = 30.74%

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

R = 50.37%
G = 30.74%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#885333 (or 0x885333) is known color: Korma. HEX triplet: 88, 53 and 33. RGB value is (136,83,51). Sum of RGB (Red+Green+Blue) = 136+83+51=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885333 is #77ACCC. Grayscale: #5F5F5F. Windows color (decimal): -7843021 or 3363720. OLE color: 3363720.

HSL color Cylindrical-coordinate representation of color #885333: hue angle of 22.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885333 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 51 -
CMYK 0 0.39 0.62 0.47
HSL 22.59º 0.45% 0.37% -
HSV(B) 22.59º 0.63% 0.53% -
XYZ 13.84 11.66 4.65 -
YUV 95.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 136 83 51 0 0.39 0.62 0.47 22.59 0.45 0.37
Hex 88 53 33 0 27 3E 2F 17 2D 25
Octal 210 123 63 0 47 76 57 27 55 45
Binary 10001000 1010011 110011 0 100111 111110 101111 10111 101101 100101

Color Harmonies of #885333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885333

Black with #885333

Text Example


Text Example

White with #885333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885333; }

 p { color: rgb(136,83,51); }

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

background-color css

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

 a { background-color: rgb(136,83,51); }

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

border-color css

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

 span { border-color: rgb(136,83,51); }

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