Html Css Color HEX #814D25 Korma

📋 copy color: '#814D25'

red 129 ◦ green 77 ◦ blue 37

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

Shades of Korma #814D25

Tints of Korma #814D25

RGB

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

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

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

R = 53.09%
G = 31.69%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#814D25 (or 0x814D25) is known color: Korma. HEX triplet: 81, 4D and 25. RGB value is (129,77,37). Sum of RGB (Red+Green+Blue) = 129+77+37=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #814D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D25 is #7EB2DA. Grayscale: #585858. Windows color (decimal): -8303323 or 2444673. OLE color: 2444673.

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

Color convert

RGB 129 77 37 -
CMYK 0 0.40 0.71 0.49
HSL 26.09º 0.55% 0.33% -
HSV(B) 26.09º 0.71% 0.51% -
XYZ 12.04 10.11 3.07 -
YUV 87.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 129 77 37 0 0.40 0.71 0.49 26.09 0.55 0.33
Hex 81 4D 25 0 28 47 31 1A 37 21
Octal 201 115 45 0 50 107 61 32 67 41
Binary 10000001 1001101 100101 0 101000 1000111 110001 11010 110111 100001

Color Harmonies of #814D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D25

Black with #814D25

Text Example


Text Example

White with #814D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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