Html Css Color HEX #875332 Korma

📋 copy color: '#875332'

red 135 ◦ green 83 ◦ blue 50

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

Shades of Korma #875332

Tints of Korma #875332

RGB

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

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

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

R = 50.37%
G = 30.97%
B = 18.66%

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

#875332 (or 0x875332) is known color: Korma. HEX triplet: 87, 53 and 32. RGB value is (135,83,50). Sum of RGB (Red+Green+Blue) = 135+83+50=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #875332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875332 is #78ACCD. Grayscale: #5E5E5E. Windows color (decimal): -7908558 or 3298183. OLE color: 3298183.

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

Color convert

RGB 135 83 50 -
CMYK 0 0.39 0.63 0.47
HSL 23.29º 0.46% 0.36% -
HSV(B) 23.29º 0.63% 0.53% -
XYZ 13.66 11.57 4.53 -
YUV 94.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 135 83 50 0 0.39 0.63 0.47 23.29 0.46 0.36
Hex 87 53 32 0 27 3F 2F 17 2E 24
Octal 207 123 62 0 47 77 57 27 56 44
Binary 10000111 1010011 110010 0 100111 111111 101111 10111 101110 100100

Color Harmonies of #875332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875332

Black with #875332

Text Example


Text Example

White with #875332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875332; }

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

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

background-color css

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

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

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

border-color css

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

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

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