Html Css Color HEX #7C3B08 Saddle Brown

📋 copy color: '#7C3B08'

red 124 ◦ green 59 ◦ blue 8

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

Shades of Saddle Brown #7C3B08

Tints of Saddle Brown #7C3B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.89%

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 64.92%
G = 30.89%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C3B08 (or 0x7C3B08) is known color: Saddle Brown. HEX triplet: 7C, 3B and 08. RGB value is (124,59,8). Sum of RGB (Red+Green+Blue) = 124+59+8=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3B08 is #83C4F7. Grayscale: #484848. Windows color (decimal): -8635640 or 539516. OLE color: 539516.

HSL color Cylindrical-coordinate representation of color #7C3B08: hue angle of 26.38º degrees, saturation: 0.88, 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 #7C3B08 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 59 8 -
CMYK 0 0.52 0.94 0.51
HSL 26.38º 0.88% 0.26% -
HSV(B) 26.38º 0.94% 0.49% -
XYZ 9.92 7.43 1.14 -
YUV 72.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 124 59 8 0 0.52 0.94 0.51 26.38 0.88 0.26
Hex 7C 3B 8 0 34 5E 33 1A 58 1A
Octal 174 73 10 0 64 136 63 32 130 32
Binary 1111100 111011 1000 0 110100 1011110 110011 11010 1011000 11010

Color Harmonies of #7C3B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3B08

Black with #7C3B08

Text Example


Text Example

White with #7C3B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,59,8); }

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

background-color css

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

 a { background-color: rgb(124,59,8); }

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

border-color css

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

 span { border-color: rgb(124,59,8); }

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