Html Css Color HEX #814725 Korma

📋 copy color: '#814725'

red 129 ◦ green 71 ◦ blue 37

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

Shades of Korma #814725

Tints of Korma #814725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 54.43%
G = 29.96%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#814725 (or 0x814725) is known color: Korma. HEX triplet: 81, 47 and 25. RGB value is (129,71,37). Sum of RGB (Red+Green+Blue) = 129+71+37=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814725 is #7EB8DA. Grayscale: #545454. Windows color (decimal): -8304859 or 2443137. OLE color: 2443137.

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

Color convert

RGB 129 71 37 -
CMYK 0 0.45 0.71 0.49
HSL 22.17º 0.55% 0.33% -
HSV(B) 22.17º 0.71% 0.51% -
XYZ 11.64 9.31 2.93 -
YUV 84.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 129 71 37 0 0.45 0.71 0.49 22.17 0.55 0.33
Hex 81 47 25 0 2D 47 31 16 37 21
Octal 201 107 45 0 55 107 61 26 67 41
Binary 10000001 1000111 100101 0 101101 1000111 110001 10110 110111 100001

Color Harmonies of #814725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814725

Black with #814725

Text Example


Text Example

White with #814725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814725; }

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

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

background-color css

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

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

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

border-color css

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

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

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