Html Css Color HEX #7C2800 Saddle Brown

📋 copy color: '#7C2800'

red 124 ◦ green 40 ◦ blue 0

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

Shades of Saddle Brown #7C2800

Tints of Saddle Brown #7C2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.61%
G = 24.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C2800 (or 0x7C2800) is known color: Saddle Brown. HEX triplet: 7C, 28 and 00. RGB value is (124,40,0). Sum of RGB (Red+Green+Blue) = 124+40+0=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2800 is #83D7FF. Grayscale: #3C3C3C. Windows color (decimal): -8640512 or 10364. OLE color: 10364.

HSL color Cylindrical-coordinate representation of color #7C2800: hue angle of 19.35º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C2800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 40 0 -
CMYK 0 0.68 1 0.51
HSL 19.35º 1% 0.24% -
HSV(B) 19.35º 1% 0.49% -
XYZ 9.07 5.8 0.64 -
YUV 60.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 124 40 0 0 0.68 1 0.51 19.35 1 0.24
Hex 7C 28 0 0 44 64 33 13 64 18
Octal 174 50 0 0 104 144 63 23 144 30
Binary 1111100 101000 0 0 1000100 1100100 110011 10011 1100100 11000

Color Harmonies of #7C2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2800

Black with #7C2800

Text Example


Text Example

White with #7C2800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,0); }

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

background-color css

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

 a { background-color: rgb(124,40,0); }

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

border-color css

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

 span { border-color: rgb(124,40,0); }

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