Html Css Color HEX #7D3E07 Saddle Brown

📋 copy color: '#7D3E07'

red 125 ◦ green 62 ◦ blue 7

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

Shades of Saddle Brown #7D3E07

Tints of Saddle Brown #7D3E07

RGB

 RED value IS 125 (49.22% from 255) = 64.43%

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

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 64.43%
G = 31.96%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D3E07 (or 0x7D3E07) is known color: Saddle Brown. HEX triplet: 7D, 3E and 07. RGB value is (125,62,7). Sum of RGB (Red+Green+Blue) = 125+62+7=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3E07 is #82C1F8. Grayscale: #4A4A4A. Windows color (decimal): -8569337 or 474749. OLE color: 474749.

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

Color convert

RGB 125 62 7 -
CMYK 0 0.50 0.94 0.51
HSL 27.97º 0.89% 0.26% -
HSV(B) 27.97º 0.94% 0.49% -
XYZ 10.22 7.82 1.17 -
YUV 74.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 125 62 7 0 0.50 0.94 0.51 27.97 0.89 0.26
Hex 7D 3E 7 0 32 5E 33 1C 59 1A
Octal 175 76 7 0 62 136 63 34 131 32
Binary 1111101 111110 111 0 110010 1011110 110011 11100 1011001 11010

Color Harmonies of #7D3E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E07

Black with #7D3E07

Text Example


Text Example

White with #7D3E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,7); }

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

background-color css

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

 a { background-color: rgb(125,62,7); }

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

border-color css

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

 span { border-color: rgb(125,62,7); }

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