Html Css Color HEX #7C3602 Saddle Brown

📋 copy color: '#7C3602'

red 124 ◦ green 54 ◦ blue 2

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

Shades of Saddle Brown #7C3602

Tints of Saddle Brown #7C3602

RGB

 RED value IS 124 (48.83% from 255) = 68.89%

 GREEN value IS 54 (21.48% from 255) = 30%

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

R = 68.89%
G = 30%
B = 1.11%

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

#7C3602 (or 0x7C3602) is known color: Saddle Brown. HEX triplet: 7C, 36 and 02. RGB value is (124,54,2). Sum of RGB (Red+Green+Blue) = 124+54+2=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3602 is #83C9FD. Grayscale: #454545. Windows color (decimal): -8636926 or 145020. OLE color: 145020.

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

Color convert

RGB 124 54 2 -
CMYK 0 0.56 0.98 0.51
HSL 25.57º 0.97% 0.25% -
HSV(B) 25.57º 0.98% 0.49% -
XYZ 9.64 6.93 0.89 -
YUV 69 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 124 54 2 0 0.56 0.98 0.51 25.57 0.97 0.25
Hex 7C 36 2 0 38 62 33 1A 61 19
Octal 174 66 2 0 70 142 63 32 141 31
Binary 1111100 110110 10 0 111000 1100010 110011 11010 1100001 11001

Color Harmonies of #7C3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3602

Black with #7C3602

Text Example


Text Example

White with #7C3602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,2); }

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

background-color css

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

 a { background-color: rgb(124,54,2); }

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

border-color css

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

 span { border-color: rgb(124,54,2); }

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