Html Css Color HEX #875333 Korma

📋 copy color: '#875333'

red 135 ◦ green 83 ◦ blue 51

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

Shades of Korma #875333

Tints of Korma #875333

RGB

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

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

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

R = 50.19%
G = 30.86%
B = 18.96%

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

#875333 (or 0x875333) is known color: Korma. HEX triplet: 87, 53 and 33. RGB value is (135,83,51). Sum of RGB (Red+Green+Blue) = 135+83+51=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875333 is #78ACCC. Grayscale: #5F5F5F. Windows color (decimal): -7908557 or 3363719. OLE color: 3363719.

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

Color convert

RGB 135 83 51 -
CMYK 0 0.39 0.62 0.47
HSL 22.86º 0.45% 0.36% -
HSV(B) 22.86º 0.62% 0.53% -
XYZ 13.68 11.58 4.65 -
YUV 94.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 135 83 51 0 0.39 0.62 0.47 22.86 0.45 0.36
Hex 87 53 33 0 27 3E 2F 17 2D 24
Octal 207 123 63 0 47 76 57 27 55 44
Binary 10000111 1010011 110011 0 100111 111110 101111 10111 101101 100100

Color Harmonies of #875333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875333

Black with #875333

Text Example


Text Example

White with #875333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875333; }

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

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

background-color css

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

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

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

border-color css

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

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

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