Html Css Color HEX #7F3602 Saddle Brown

📋 copy color: '#7F3602'

red 127 ◦ green 54 ◦ blue 2

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

Shades of Saddle Brown #7F3602

Tints of Saddle Brown #7F3602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

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

R = 69.4%
G = 29.51%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F3602 (or 0x7F3602) is known color: Saddle Brown. HEX triplet: 7F, 36 and 02. RGB value is (127,54,2). Sum of RGB (Red+Green+Blue) = 127+54+2=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3602 is #80C9FD. Grayscale: #464646. Windows color (decimal): -8440318 or 145023. OLE color: 145023.

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

Color convert

RGB 127 54 2 -
CMYK 0 0.57 0.98 0.50
HSL 24.96º 0.97% 0.25% -
HSV(B) 24.96º 0.98% 0.5% -
XYZ 10.08 7.15 0.91 -
YUV 69.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 127 54 2 0 0.57 0.98 0.50 24.96 0.97 0.25
Hex 7F 36 2 0 39 62 32 19 61 19
Octal 177 66 2 0 71 142 62 31 141 31
Binary 1111111 110110 10 0 111001 1100010 110010 11001 1100001 11001

Color Harmonies of #7F3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3602

Black with #7F3602

Text Example


Text Example

White with #7F3602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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