Html Css Color HEX #814F28 Korma

📋 copy color: '#814F28'

red 129 ◦ green 79 ◦ blue 40

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

Shades of Korma #814F28

Tints of Korma #814F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 52.02%
G = 31.85%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814F28 (or 0x814F28) is known color: Korma. HEX triplet: 81, 4F and 28. RGB value is (129,79,40). Sum of RGB (Red+Green+Blue) = 129+79+40=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F28 is #7EB0D7. Grayscale: #595959. Windows color (decimal): -8302808 or 2641793. OLE color: 2641793.

HSL color Cylindrical-coordinate representation of color #814F28: hue angle of 26.29º 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 #814F28 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 79 40 -
CMYK 0 0.39 0.69 0.49
HSL 26.29º 0.53% 0.33% -
HSV(B) 26.29º 0.69% 0.51% -
XYZ 12.23 10.41 3.37 -
YUV 89.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 129 79 40 0 0.39 0.69 0.49 26.29 0.53 0.33
Hex 81 4F 28 0 27 45 31 1A 35 21
Octal 201 117 50 0 47 105 61 32 65 41
Binary 10000001 1001111 101000 0 100111 1000101 110001 11010 110101 100001

Color Harmonies of #814F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F28

Black with #814F28

Text Example


Text Example

White with #814F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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