Html Css Color HEX #7C2C01 Saddle Brown

📋 copy color: '#7C2C01'

red 124 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #7C2C01

Tints of Saddle Brown #7C2C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.04%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 73.37%
G = 26.04%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7C2C01 (or 0x7C2C01) is known color: Saddle Brown. HEX triplet: 7C, 2C and 01. RGB value is (124,44,1). Sum of RGB (Red+Green+Blue) = 124+44+1=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C01 is #83D3FE. Grayscale: #3F3F3F. Windows color (decimal): -8639487 or 76924. OLE color: 76924.

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

Color convert

RGB 124 44 1 -
CMYK 0 0.65 0.99 0.51
HSL 20.98º 0.98% 0.25% -
HSV(B) 20.98º 0.99% 0.49% -
XYZ 9.22 6.09 0.72 -
YUV 63.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 124 44 1 0 0.65 0.99 0.51 20.98 0.98 0.25
Hex 7C 2C 1 0 41 63 33 15 62 19
Octal 174 54 1 0 101 143 63 25 142 31
Binary 1111100 101100 1 0 1000001 1100011 110011 10101 1100010 11001

Color Harmonies of #7C2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C01

Black with #7C2C01

Text Example


Text Example

White with #7C2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,44,1); }

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

background-color css

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

 a { background-color: rgb(124,44,1); }

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

border-color css

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

 span { border-color: rgb(124,44,1); }

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