Html Css Color HEX #7F3400 Saddle Brown

📋 copy color: '#7F3400'

red 127 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #7F3400

Tints of Saddle Brown #7F3400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.95%
G = 29.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#7F3400 (or 0x7F3400) is known color: Saddle Brown. HEX triplet: 7F, 34 and 00. RGB value is (127,52,0). Sum of RGB (Red+Green+Blue) = 127+52+0=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3400 is #80CBFF. Grayscale: #444444. Windows color (decimal): -8440832 or 13439. OLE color: 13439.

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

Color convert

RGB 127 52 0 -
CMYK 0 0.59 1 0.50
HSL 24.57º 1% 0.25% -
HSV(B) 24.57º 1% 0.5% -
XYZ 9.98 6.97 0.82 -
YUV 68.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 127 52 0 0 0.59 1 0.50 24.57 1 0.25
Hex 7F 34 0 0 3B 64 32 19 64 19
Octal 177 64 0 0 73 144 62 31 144 31
Binary 1111111 110100 0 0 111011 1100100 110010 11001 1100100 11001

Color Harmonies of #7F3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3400

Black with #7F3400

Text Example


Text Example

White with #7F3400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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