Html Css Color HEX #7E2F04 Saddle Brown

📋 copy color: '#7E2F04'

red 126 ◦ green 47 ◦ blue 4

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

Shades of Saddle Brown #7E2F04

Tints of Saddle Brown #7E2F04

RGB

 RED value IS 126 (49.61% from 255) = 71.19%

 GREEN value IS 47 (18.75% from 255) = 26.55%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 71.19%
G = 26.55%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E2F04 (or 0x7E2F04) is known color: Saddle Brown. HEX triplet: 7E, 2F and 04. RGB value is (126,47,4). Sum of RGB (Red+Green+Blue) = 126+47+4=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2F04 is #81D0FB. Grayscale: #414141. Windows color (decimal): -8507644 or 274302. OLE color: 274302.

HSL color Cylindrical-coordinate representation of color #7E2F04: hue angle of 21.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E2F04 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 47 4 -
CMYK 0 0.63 0.97 0.51
HSL 21.15º 0.94% 0.25% -
HSV(B) 21.15º 0.97% 0.49% -
XYZ 9.64 6.48 0.86 -
YUV 65.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 126 47 4 0 0.63 0.97 0.51 21.15 0.94 0.25
Hex 7E 2F 4 0 3F 61 33 15 5E 19
Octal 176 57 4 0 77 141 63 25 136 31
Binary 1111110 101111 100 0 111111 1100001 110011 10101 1011110 11001

Color Harmonies of #7E2F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2F04

Black with #7E2F04

Text Example


Text Example

White with #7E2F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,47,4); }

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

background-color css

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

 a { background-color: rgb(126,47,4); }

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

border-color css

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

 span { border-color: rgb(126,47,4); }

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