Html Css Color HEX #7F3402 Saddle Brown

📋 copy color: '#7F3402'

red 127 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #7F3402

Tints of Saddle Brown #7F3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 70.17%
G = 28.73%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F3402 (or 0x7F3402) is known color: Saddle Brown. HEX triplet: 7F, 34 and 02. RGB value is (127,52,2). Sum of RGB (Red+Green+Blue) = 127+52+2=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3402 is #80CBFD. Grayscale: #454545. Windows color (decimal): -8440830 or 144511. OLE color: 144511.

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

Color convert

RGB 127 52 2 -
CMYK 0 0.59 0.98 0.50
HSL 24º 0.97% 0.25% -
HSV(B) 24º 0.98% 0.5% -
XYZ 9.99 6.97 0.88 -
YUV 68.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 127 52 2 0 0.59 0.98 0.50 24 0.97 0.25
Hex 7F 34 2 0 3B 62 32 18 61 19
Octal 177 64 2 0 73 142 62 30 141 31
Binary 1111111 110100 10 0 111011 1100010 110010 11000 1100001 11001

Color Harmonies of #7F3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3402

Black with #7F3402

Text Example


Text Example

White with #7F3402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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