Html Css Color HEX #7F472D Cumin

📋 copy color: '#7F472D'

red 127 ◦ green 71 ◦ blue 45

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

Shades of Cumin #7F472D

Tints of Cumin #7F472D

RGB

 RED value IS 127 (50% from 255) = 52.26%

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 52.26%
G = 29.22%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F472D (or 0x7F472D) is known color: Cumin. HEX triplet: 7F, 47 and 2D. RGB value is (127,71,45). Sum of RGB (Red+Green+Blue) = 127+71+45=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F472D is #80B8D2. Grayscale: #545454. Windows color (decimal): -8435923 or 2967423. OLE color: 2967423.

HSL color Cylindrical-coordinate representation of color #7F472D: hue angle of 19.02º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F472D is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 71 45 -
CMYK 0 0.44 0.65 0.50
HSL 19.02º 0.48% 0.34% -
HSV(B) 19.02º 0.65% 0.5% -
XYZ 11.48 9.21 3.65 -
YUV 84.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 127 71 45 0 0.44 0.65 0.50 19.02 0.48 0.34
Hex 7F 47 2D 0 2C 41 32 13 30 22
Octal 177 107 55 0 54 101 62 23 60 42
Binary 1111111 1000111 101101 0 101100 1000001 110010 10011 110000 100010

Color Harmonies of #7F472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F472D

Black with #7F472D

Text Example


Text Example

White with #7F472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F472D; }

 p { color: rgb(127,71,45); }

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

background-color css

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

 a { background-color: rgb(127,71,45); }

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

border-color css

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

 span { border-color: rgb(127,71,45); }

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