Html Css Color HEX #815234 Korma

📋 copy color: '#815234'

red 129 ◦ green 82 ◦ blue 52

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

Shades of Korma #815234

Tints of Korma #815234

RGB

 RED value IS 129 (50.78% from 255) = 49.05%

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

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

R = 49.05%
G = 31.18%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#815234 (or 0x815234) is known color: Korma. HEX triplet: 81, 52 and 34. RGB value is (129,82,52). Sum of RGB (Red+Green+Blue) = 129+82+52=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #815234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815234 is #7EADCB. Grayscale: #5C5C5C. Windows color (decimal): -8302028 or 3428993. OLE color: 3428993.

HSL color Cylindrical-coordinate representation of color #815234: hue angle of 23.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815234 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 82 52 -
CMYK 0 0.36 0.60 0.49
HSL 23.38º 0.43% 0.35% -
HSV(B) 23.38º 0.6% 0.51% -
XYZ 12.69 10.95 4.69 -
YUV 92.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 129 82 52 0 0.36 0.60 0.49 23.38 0.43 0.35
Hex 81 52 34 0 24 3C 31 17 2B 23
Octal 201 122 64 0 44 74 61 27 53 43
Binary 10000001 1010010 110100 0 100100 111100 110001 10111 101011 100011

Color Harmonies of #815234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815234

Black with #815234

Text Example


Text Example

White with #815234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815234; }

 p { color: rgb(129,82,52); }

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

background-color css

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

 a { background-color: rgb(129,82,52); }

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

border-color css

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

 span { border-color: rgb(129,82,52); }

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