Html Css Color HEX #875226 Korma

📋 copy color: '#875226'

red 135 ◦ green 82 ◦ blue 38

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

Shades of Korma #875226

Tints of Korma #875226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 52.94%
G = 32.16%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#875226 (or 0x875226) is known color: Korma. HEX triplet: 87, 52 and 26. RGB value is (135,82,38). Sum of RGB (Red+Green+Blue) = 135+82+38=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #875226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875226 is #78ADD9. Grayscale: #5D5D5D. Windows color (decimal): -7908826 or 2511495. OLE color: 2511495.

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

Color convert

RGB 135 82 38 -
CMYK 0 0.39 0.72 0.47
HSL 27.22º 0.56% 0.34% -
HSV(B) 27.22º 0.72% 0.53% -
XYZ 13.36 11.33 3.32 -
YUV 92.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 135 82 38 0 0.39 0.72 0.47 27.22 0.56 0.34
Hex 87 52 26 0 27 48 2F 1B 38 22
Octal 207 122 46 0 47 110 57 33 70 42
Binary 10000111 1010010 100110 0 100111 1001000 101111 11011 111000 100010

Color Harmonies of #875226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875226

Black with #875226

Text Example


Text Example

White with #875226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875226; }

 p { color: rgb(135,82,38); }

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

background-color css

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

 a { background-color: rgb(135,82,38); }

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

border-color css

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

 span { border-color: rgb(135,82,38); }

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