Html Css Color HEX #814C28 Korma

📋 copy color: '#814C28'

red 129 ◦ green 76 ◦ blue 40

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

Shades of Korma #814C28

Tints of Korma #814C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 52.65%
G = 31.02%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814C28 (or 0x814C28) is known color: Korma. HEX triplet: 81, 4C and 28. RGB value is (129,76,40). Sum of RGB (Red+Green+Blue) = 129+76+40=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C28 is #7EB3D7. Grayscale: #575757. Windows color (decimal): -8303576 or 2641025. OLE color: 2641025.

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

Color convert

RGB 129 76 40 -
CMYK 0 0.41 0.69 0.49
HSL 24.27º 0.53% 0.33% -
HSV(B) 24.27º 0.69% 0.51% -
XYZ 12.02 9.99 3.3 -
YUV 87.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 129 76 40 0 0.41 0.69 0.49 24.27 0.53 0.33
Hex 81 4C 28 0 29 45 31 18 35 21
Octal 201 114 50 0 51 105 61 30 65 41
Binary 10000001 1001100 101000 0 101001 1000101 110001 11000 110101 100001

Color Harmonies of #814C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C28

Black with #814C28

Text Example


Text Example

White with #814C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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