Html Css Color HEX #7F3E05 Saddle Brown

📋 copy color: '#7F3E05'

red 127 ◦ green 62 ◦ blue 5

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

Shades of Saddle Brown #7F3E05

Tints of Saddle Brown #7F3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 65.46%
G = 31.96%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F3E05 (or 0x7F3E05) is known color: Saddle Brown. HEX triplet: 7F, 3E and 05. RGB value is (127,62,5). Sum of RGB (Red+Green+Blue) = 127+62+5=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3E05 is #80C1FA. Grayscale: #4B4B4B. Windows color (decimal): -8438267 or 343679. OLE color: 343679.

HSL color Cylindrical-coordinate representation of color #7F3E05: hue angle of 28.03º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F3E05 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 62 5 -
CMYK 0 0.51 0.96 0.50
HSL 28.03º 0.92% 0.26% -
HSV(B) 28.03º 0.96% 0.5% -
XYZ 10.5 7.97 1.13 -
YUV 74.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 127 62 5 0 0.51 0.96 0.50 28.03 0.92 0.26
Hex 7F 3E 5 0 33 60 32 1C 5C 1A
Octal 177 76 5 0 63 140 62 34 134 32
Binary 1111111 111110 101 0 110011 1100000 110010 11100 1011100 11010

Color Harmonies of #7F3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3E05

Black with #7F3E05

Text Example


Text Example

White with #7F3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,62,5); }

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

background-color css

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

 a { background-color: rgb(127,62,5); }

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

border-color css

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

 span { border-color: rgb(127,62,5); }

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