Html Css Color HEX #7F3225 Burnt Umber

📋 copy color: '#7F3225'

red 127 ◦ green 50 ◦ blue 37

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

Shades of Burnt Umber #7F3225

Tints of Burnt Umber #7F3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 59.35%
G = 23.36%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F3225 (or 0x7F3225) is known color: Burnt Umber. HEX triplet: 7F, 32 and 25. RGB value is (127,50,37). Sum of RGB (Red+Green+Blue) = 127+50+37=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3225 is #80CDDA. Grayscale: #474747. Windows color (decimal): -8441307 or 2437759. OLE color: 2437759.

HSL color Cylindrical-coordinate representation of color #7F3225: hue angle of 8.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3225 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 50 37 -
CMYK 0 0.61 0.71 0.50
HSL 8.67º 0.55% 0.32% -
HSV(B) 8.67º 0.71% 0.5% -
XYZ 10.23 6.93 2.55 -
YUV 71.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 127 50 37 0 0.61 0.71 0.50 8.67 0.55 0.32
Hex 7F 32 25 0 3D 47 32 9 37 20
Octal 177 62 45 0 75 107 62 11 67 40
Binary 1111111 110010 100101 0 111101 1000111 110010 1001 110111 100000

Color Harmonies of #7F3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3225

Black with #7F3225

Text Example


Text Example

White with #7F3225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,37); }

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

background-color css

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

 a { background-color: rgb(127,50,37); }

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

border-color css

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

 span { border-color: rgb(127,50,37); }

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