Html Css Color HEX #815233 Korma

📋 copy color: '#815233'

red 129 ◦ green 82 ◦ blue 51

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

Shades of Korma #815233

Tints of Korma #815233

RGB

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

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

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

R = 49.24%
G = 31.3%
B = 19.47%

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

#815233 (or 0x815233) is known color: Korma. HEX triplet: 81, 52 and 33. RGB value is (129,82,51). Sum of RGB (Red+Green+Blue) = 129+82+51=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #815233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815233 is #7EADCC. Grayscale: #5C5C5C. Windows color (decimal): -8302029 or 3363457. OLE color: 3363457.

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

Color convert

RGB 129 82 51 -
CMYK 0 0.36 0.60 0.49
HSL 23.85º 0.43% 0.35% -
HSV(B) 23.85º 0.6% 0.51% -
XYZ 12.67 10.94 4.58 -
YUV 92.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 129 82 51 0 0.36 0.60 0.49 23.85 0.43 0.35
Hex 81 52 33 0 24 3C 31 18 2B 23
Octal 201 122 63 0 44 74 61 30 53 43
Binary 10000001 1010010 110011 0 100100 111100 110001 11000 101011 100011

Color Harmonies of #815233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815233

Black with #815233

Text Example


Text Example

White with #815233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815233; }

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

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

background-color css

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

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

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

border-color css

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

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

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