Html Css Color HEX #814A25 Korma

📋 copy color: '#814A25'

red 129 ◦ green 74 ◦ blue 37

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

Shades of Korma #814A25

Tints of Korma #814A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 53.75%
G = 30.83%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#814A25 (or 0x814A25) is known color: Korma. HEX triplet: 81, 4A and 25. RGB value is (129,74,37). Sum of RGB (Red+Green+Blue) = 129+74+37=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A25 is #7EB5DA. Grayscale: #565656. Windows color (decimal): -8304091 or 2443905. OLE color: 2443905.

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

Color convert

RGB 129 74 37 -
CMYK 0 0.43 0.71 0.49
HSL 24.13º 0.55% 0.33% -
HSV(B) 24.13º 0.71% 0.51% -
XYZ 11.84 9.7 3 -
YUV 86.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 129 74 37 0 0.43 0.71 0.49 24.13 0.55 0.33
Hex 81 4A 25 0 2B 47 31 18 37 21
Octal 201 112 45 0 53 107 61 30 67 41
Binary 10000001 1001010 100101 0 101011 1000111 110001 11000 110111 100001

Color Harmonies of #814A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A25

Black with #814A25

Text Example


Text Example

White with #814A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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