Html Css Color HEX #885332 Korma

📋 copy color: '#885332'

red 136 ◦ green 83 ◦ blue 50

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

Shades of Korma #885332

Tints of Korma #885332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.59%

R = 50.56%
G = 30.86%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885332 (or 0x885332) is known color: Korma. HEX triplet: 88, 53 and 32. RGB value is (136,83,50). Sum of RGB (Red+Green+Blue) = 136+83+50=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885332 is #77ACCD. Grayscale: #5F5F5F. Windows color (decimal): -7843022 or 3298184. OLE color: 3298184.

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

Color convert

RGB 136 83 50 -
CMYK 0 0.39 0.63 0.47
HSL 23.02º 0.46% 0.36% -
HSV(B) 23.02º 0.63% 0.53% -
XYZ 13.82 11.65 4.54 -
YUV 95.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 136 83 50 0 0.39 0.63 0.47 23.02 0.46 0.36
Hex 88 53 32 0 27 3F 2F 17 2E 24
Octal 210 123 62 0 47 77 57 27 56 44
Binary 10001000 1010011 110010 0 100111 111111 101111 10111 101110 100100

Color Harmonies of #885332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885332

Black with #885332

Text Example


Text Example

White with #885332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885332; }

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

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

background-color css

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

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

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

border-color css

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

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

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