Html Css Color HEX #815534 Korma

📋 copy color: '#815534'

red 129 ◦ green 85 ◦ blue 52

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

Shades of Korma #815534

Tints of Korma #815534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 48.5%
G = 31.95%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#815534 (or 0x815534) is known color: Korma. HEX triplet: 81, 55 and 34. RGB value is (129,85,52). Sum of RGB (Red+Green+Blue) = 129+85+52=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #815534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815534 is #7EAACB. Grayscale: #5E5E5E. Windows color (decimal): -8301260 or 3429761. OLE color: 3429761.

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

Color convert

RGB 129 85 52 -
CMYK 0 0.34 0.60 0.49
HSL 25.71º 0.43% 0.35% -
HSV(B) 25.71º 0.6% 0.51% -
XYZ 12.92 11.41 4.77 -
YUV 94.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 129 85 52 0 0.34 0.60 0.49 25.71 0.43 0.35
Hex 81 55 34 0 22 3C 31 1A 2B 23
Octal 201 125 64 0 42 74 61 32 53 43
Binary 10000001 1010101 110100 0 100010 111100 110001 11010 101011 100011

Color Harmonies of #815534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815534

Black with #815534

Text Example


Text Example

White with #815534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815534; }

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

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

background-color css

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

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

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

border-color css

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

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

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