Html Css Color HEX #81472E Cumin

📋 copy color: '#81472E'

red 129 ◦ green 71 ◦ blue 46

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

Shades of Cumin #81472E

Tints of Cumin #81472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 52.44%
G = 28.86%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81472E (or 0x81472E) is known color: Cumin. HEX triplet: 81, 47 and 2E. RGB value is (129,71,46). Sum of RGB (Red+Green+Blue) = 129+71+46=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81472E is #7EB8D1. Grayscale: #555555. Windows color (decimal): -8304850 or 3032961. OLE color: 3032961.

HSL color Cylindrical-coordinate representation of color #81472E: hue angle of 18.07º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81472E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 46 -
CMYK 0 0.45 0.64 0.49
HSL 18.07º 0.47% 0.34% -
HSV(B) 18.07º 0.64% 0.51% -
XYZ 11.8 9.37 3.77 -
YUV 85.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 129 71 46 0 0.45 0.64 0.49 18.07 0.47 0.34
Hex 81 47 2E 0 2D 40 31 12 2F 22
Octal 201 107 56 0 55 100 61 22 57 42
Binary 10000001 1000111 101110 0 101101 1000000 110001 10010 101111 100010

Color Harmonies of #81472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81472E

Black with #81472E

Text Example


Text Example

White with #81472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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