Html Css Color HEX #7D3702 Saddle Brown

📋 copy color: '#7D3702'

red 125 ◦ green 55 ◦ blue 2

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

Shades of Saddle Brown #7D3702

Tints of Saddle Brown #7D3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

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

R = 68.68%
G = 30.22%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D3702 (or 0x7D3702) is known color: Saddle Brown. HEX triplet: 7D, 37 and 02. RGB value is (125,55,2). Sum of RGB (Red+Green+Blue) = 125+55+2=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3702 is #82C8FD. Grayscale: #464646. Windows color (decimal): -8571134 or 145277. OLE color: 145277.

HSL color Cylindrical-coordinate representation of color #7D3702: hue angle of 25.85º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D3702 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 2 -
CMYK 0 0.56 0.98 0.51
HSL 25.85º 0.97% 0.25% -
HSV(B) 25.85º 0.98% 0.49% -
XYZ 9.83 7.1 0.91 -
YUV 69.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 125 55 2 0 0.56 0.98 0.51 25.85 0.97 0.25
Hex 7D 37 2 0 38 62 33 1A 61 19
Octal 175 67 2 0 70 142 63 32 141 31
Binary 1111101 110111 10 0 111000 1100010 110011 11010 1100001 11001

Color Harmonies of #7D3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3702

Black with #7D3702

Text Example


Text Example

White with #7D3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,2); }

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

background-color css

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

 a { background-color: rgb(125,55,2); }

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

border-color css

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

 span { border-color: rgb(125,55,2); }

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