Html Css Color HEX #815434 Korma

📋 copy color: '#815434'

red 129 ◦ green 84 ◦ blue 52

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

Shades of Korma #815434

Tints of Korma #815434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

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

R = 48.68%
G = 31.7%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#815434 (or 0x815434) is known color: Korma. HEX triplet: 81, 54 and 34. RGB value is (129,84,52). Sum of RGB (Red+Green+Blue) = 129+84+52=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815434 is #7EABCB. Grayscale: #5D5D5D. Windows color (decimal): -8301516 or 3429505. OLE color: 3429505.

HSL color Cylindrical-coordinate representation of color #815434: hue angle of 24.94º 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 #815434 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 84 52 -
CMYK 0 0.35 0.60 0.49
HSL 24.94º 0.43% 0.35% -
HSV(B) 24.94º 0.6% 0.51% -
XYZ 12.84 11.26 4.74 -
YUV 93.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 129 84 52 0 0.35 0.60 0.49 24.94 0.43 0.35
Hex 81 54 34 0 23 3C 31 19 2B 23
Octal 201 124 64 0 43 74 61 31 53 43
Binary 10000001 1010100 110100 0 100011 111100 110001 11001 101011 100011

Color Harmonies of #815434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815434

Black with #815434

Text Example


Text Example

White with #815434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815434; }

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

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

background-color css

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

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

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

border-color css

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

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

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