Html Css Color HEX #814A2B Korma

📋 copy color: '#814A2B'

red 129 ◦ green 74 ◦ blue 43

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

Shades of Korma #814A2B

Tints of Korma #814A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.08%

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 52.44%
G = 30.08%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#814A2B (or 0x814A2B) is known color: Korma. HEX triplet: 81, 4A and 2B. RGB value is (129,74,43). Sum of RGB (Red+Green+Blue) = 129+74+43=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #814A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A2B is #7EB5D4. Grayscale: #575757. Windows color (decimal): -8304085 or 2837121. OLE color: 2837121.

HSL color Cylindrical-coordinate representation of color #814A2B: hue angle of 21.63º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814A2B is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 43 -
CMYK 0 0.43 0.67 0.49
HSL 21.63º 0.5% 0.34% -
HSV(B) 21.63º 0.67% 0.51% -
XYZ 11.94 9.74 3.54 -
YUV 86.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 129 74 43 0 0.43 0.67 0.49 21.63 0.5 0.34
Hex 81 4A 2B 0 2B 43 31 16 32 22
Octal 201 112 53 0 53 103 61 26 62 42
Binary 10000001 1001010 101011 0 101011 1000011 110001 10110 110010 100010

Color Harmonies of #814A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A2B

Black with #814A2B

Text Example


Text Example

White with #814A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,74,43); }

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

background-color css

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

 a { background-color: rgb(129,74,43); }

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

border-color css

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

 span { border-color: rgb(129,74,43); }

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