Html Css Color HEX #814D28 Korma

📋 copy color: '#814D28'

red 129 ◦ green 77 ◦ blue 40

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

Shades of Korma #814D28

Tints of Korma #814D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.3%

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 52.44%
G = 31.3%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814D28 (or 0x814D28) is known color: Korma. HEX triplet: 81, 4D and 28. RGB value is (129,77,40). Sum of RGB (Red+Green+Blue) = 129+77+40=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #814D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D28 is #7EB2D7. Grayscale: #585858. Windows color (decimal): -8303320 or 2641281. OLE color: 2641281.

HSL color Cylindrical-coordinate representation of color #814D28: hue angle of 24.94º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814D28 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 77 40 -
CMYK 0 0.40 0.69 0.49
HSL 24.94º 0.53% 0.33% -
HSV(B) 24.94º 0.69% 0.51% -
XYZ 12.09 10.13 3.33 -
YUV 88.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 129 77 40 0 0.40 0.69 0.49 24.94 0.53 0.33
Hex 81 4D 28 0 28 45 31 19 35 21
Octal 201 115 50 0 50 105 61 31 65 41
Binary 10000001 1001101 101000 0 101000 1000101 110001 11001 110101 100001

Color Harmonies of #814D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D28

Black with #814D28

Text Example


Text Example

White with #814D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814D28; }

 p { color: rgb(129,77,40); }

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

background-color css

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

 a { background-color: rgb(129,77,40); }

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

border-color css

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

 span { border-color: rgb(129,77,40); }

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