Html Css Color HEX #875632 Korma

📋 copy color: '#875632'

red 135 ◦ green 86 ◦ blue 50

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

Shades of Korma #875632

Tints of Korma #875632

RGB

 RED value IS 135 (53.13% from 255) = 49.82%

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

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

R = 49.82%
G = 31.73%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#875632 (or 0x875632) is known color: Korma. HEX triplet: 87, 56 and 32. RGB value is (135,86,50). Sum of RGB (Red+Green+Blue) = 135+86+50=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875632 is #78A9CD. Grayscale: #606060. Windows color (decimal): -7907790 or 3298951. OLE color: 3298951.

HSL color Cylindrical-coordinate representation of color #875632: hue angle of 25.41º 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 #875632 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 86 50 -
CMYK 0 0.36 0.63 0.47
HSL 25.41º 0.46% 0.36% -
HSV(B) 25.41º 0.63% 0.53% -
XYZ 13.9 12.04 4.61 -
YUV 96.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 135 86 50 0 0.36 0.63 0.47 25.41 0.46 0.36
Hex 87 56 32 0 24 3F 2F 19 2E 24
Octal 207 126 62 0 44 77 57 31 56 44
Binary 10000111 1010110 110010 0 100100 111111 101111 11001 101110 100100

Color Harmonies of #875632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875632

Black with #875632

Text Example


Text Example

White with #875632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875632; }

 p { color: rgb(135,86,50); }

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

background-color css

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

 a { background-color: rgb(135,86,50); }

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

border-color css

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

 span { border-color: rgb(135,86,50); }

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