Html Css Color HEX #7F3503 Saddle Brown

📋 copy color: '#7F3503'

red 127 ◦ green 53 ◦ blue 3

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

Shades of Saddle Brown #7F3503

Tints of Saddle Brown #7F3503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.64%

R = 69.4%
G = 28.96%
B = 1.64%

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

#7F3503 (or 0x7F3503) is known color: Saddle Brown. HEX triplet: 7F, 35 and 03. RGB value is (127,53,3). Sum of RGB (Red+Green+Blue) = 127+53+3=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3503 is #80CAFC. Grayscale: #454545. Windows color (decimal): -8440573 or 210303. OLE color: 210303.

HSL color Cylindrical-coordinate representation of color #7F3503: hue angle of 24.19º degrees, saturation: 0.95, 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 #7F3503 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 3 -
CMYK 0 0.58 0.98 0.50
HSL 24.19º 0.95% 0.25% -
HSV(B) 24.19º 0.98% 0.5% -
XYZ 10.04 7.06 0.92 -
YUV 69.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 127 53 3 0 0.58 0.98 0.50 24.19 0.95 0.25
Hex 7F 35 3 0 3A 62 32 18 5F 19
Octal 177 65 3 0 72 142 62 30 137 31
Binary 1111111 110101 11 0 111010 1100010 110010 11000 1011111 11001

Color Harmonies of #7F3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3503

Black with #7F3503

Text Example


Text Example

White with #7F3503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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