Html Css Color HEX #7E2F02 Saddle Brown

📋 copy color: '#7E2F02'

red 126 ◦ green 47 ◦ blue 2

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

Shades of Saddle Brown #7E2F02

Tints of Saddle Brown #7E2F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 72%
G = 26.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7E2F02 (or 0x7E2F02) is known color: Saddle Brown. HEX triplet: 7E, 2F and 02. RGB value is (126,47,2). Sum of RGB (Red+Green+Blue) = 126+47+2=175 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2F02 is #81D0FD. Grayscale: #414141. Windows color (decimal): -8507646 or 143230. OLE color: 143230.

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

Color convert

RGB 126 47 2 -
CMYK 0 0.63 0.98 0.51
HSL 21.77º 0.97% 0.25% -
HSV(B) 21.77º 0.98% 0.49% -
XYZ 9.63 6.47 0.8 -
YUV 65.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 126 47 2 0 0.63 0.98 0.51 21.77 0.97 0.25
Hex 7E 2F 2 0 3F 62 33 16 61 19
Octal 176 57 2 0 77 142 63 26 141 31
Binary 1111110 101111 10 0 111111 1100010 110011 10110 1100001 11001

Color Harmonies of #7E2F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2F02

Black with #7E2F02

Text Example


Text Example

White with #7E2F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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