Html Css Color HEX #875334 Korma

📋 copy color: '#875334'

red 135 ◦ green 83 ◦ blue 52

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

Shades of Korma #875334

Tints of Korma #875334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 50%
G = 30.74%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#875334 (or 0x875334) is known color: Korma. HEX triplet: 87, 53 and 34. RGB value is (135,83,52). Sum of RGB (Red+Green+Blue) = 135+83+52=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #875334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875334 is #78ACCB. Grayscale: #5F5F5F. Windows color (decimal): -7908556 or 3429255. OLE color: 3429255.

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

Color convert

RGB 135 83 52 -
CMYK 0 0.39 0.61 0.47
HSL 22.41º 0.44% 0.37% -
HSV(B) 22.41º 0.61% 0.53% -
XYZ 13.7 11.59 4.76 -
YUV 95.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 135 83 52 0 0.39 0.61 0.47 22.41 0.44 0.37
Hex 87 53 34 0 27 3D 2F 16 2C 25
Octal 207 123 64 0 47 75 57 26 54 45
Binary 10000111 1010011 110100 0 100111 111101 101111 10110 101100 100101

Color Harmonies of #875334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875334

Black with #875334

Text Example


Text Example

White with #875334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875334; }

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

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

background-color css

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

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

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

border-color css

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

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

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