Html Css Color HEX #815333 Korma

📋 copy color: '#815333'

red 129 ◦ green 83 ◦ blue 51

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

Shades of Korma #815333

Tints of Korma #815333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 49.05%
G = 31.56%
B = 19.39%

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

#815333 (or 0x815333) is known color: Korma. HEX triplet: 81, 53 and 33. RGB value is (129,83,51). Sum of RGB (Red+Green+Blue) = 129+83+51=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #815333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815333 is #7EACCC. Grayscale: #5D5D5D. Windows color (decimal): -8301773 or 3363713. OLE color: 3363713.

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

Color convert

RGB 129 83 51 -
CMYK 0 0.36 0.60 0.49
HSL 24.62º 0.43% 0.35% -
HSV(B) 24.62º 0.6% 0.51% -
XYZ 12.74 11.09 4.6 -
YUV 93.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 129 83 51 0 0.36 0.60 0.49 24.62 0.43 0.35
Hex 81 53 33 0 24 3C 31 19 2B 23
Octal 201 123 63 0 44 74 61 31 53 43
Binary 10000001 1010011 110011 0 100100 111100 110001 11001 101011 100011

Color Harmonies of #815333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815333

Black with #815333

Text Example


Text Example

White with #815333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815333; }

 p { color: rgb(129,83,51); }

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

background-color css

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

 a { background-color: rgb(129,83,51); }

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

border-color css

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

 span { border-color: rgb(129,83,51); }

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