Html Css Color HEX #7F3502 Saddle Brown

📋 copy color: '#7F3502'

red 127 ◦ green 53 ◦ blue 2

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

Shades of Saddle Brown #7F3502

Tints of Saddle Brown #7F3502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 69.78%
G = 29.12%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F3502 (or 0x7F3502) is known color: Saddle Brown. HEX triplet: 7F, 35 and 02. RGB value is (127,53,2). Sum of RGB (Red+Green+Blue) = 127+53+2=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3502 is #80CAFD. Grayscale: #454545. Windows color (decimal): -8440574 or 144767. OLE color: 144767.

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

Color convert

RGB 127 53 2 -
CMYK 0 0.58 0.98 0.50
HSL 24.48º 0.97% 0.25% -
HSV(B) 24.48º 0.98% 0.5% -
XYZ 10.04 7.06 0.89 -
YUV 69.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 127 53 2 0 0.58 0.98 0.50 24.48 0.97 0.25
Hex 7F 35 2 0 3A 62 32 18 61 19
Octal 177 65 2 0 72 142 62 30 141 31
Binary 1111111 110101 10 0 111010 1100010 110010 11000 1100001 11001

Color Harmonies of #7F3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3502

Black with #7F3502

Text Example


Text Example

White with #7F3502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,2); }

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

background-color css

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

 a { background-color: rgb(127,53,2); }

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

border-color css

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

 span { border-color: rgb(127,53,2); }

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