Html Css Color HEX #914C07 Saddle Brown

📋 copy color: '#914C07'

red 145 ◦ green 76 ◦ blue 7

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

Shades of Saddle Brown #914C07

Tints of Saddle Brown #914C07

RGB

 RED value IS 145 (57.03% from 255) = 63.6%

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 63.6%
G = 33.33%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#914C07 (or 0x914C07) is known color: Saddle Brown. HEX triplet: 91, 4C and 07. RGB value is (145,76,7). Sum of RGB (Red+Green+Blue) = 145+76+7=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #914C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C07 is #6EB3F8. Grayscale: #595959. Windows color (decimal): -7255033 or 478353. OLE color: 478353.

HSL color Cylindrical-coordinate representation of color #914C07: hue angle of 30º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #914C07 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 76 7 -
CMYK 0 0.48 0.95 0.43
HSL 30º 0.91% 0.3% -
HSV(B) 30º 0.95% 0.57% -
XYZ 14.3 11.2 1.61 -
YUV 88.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 145 76 7 0 0.48 0.95 0.43 30 0.91 0.3
Hex 91 4C 7 0 30 5F 2B 1E 5B 1E
Octal 221 114 7 0 60 137 53 36 133 36
Binary 10010001 1001100 111 0 110000 1011111 101011 11110 1011011 11110

Color Harmonies of #914C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914C07

Black with #914C07

Text Example


Text Example

White with #914C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914C07; }

 p { color: rgb(145,76,7); }

 H1.HeaderClassName
 {
   color: #914C07;
 }
 .AnyTagClassName
 {
   color: #914C07;
 }
</style>

background-color css

<style>
 a { background-color: #914C07; }

 a { background-color: rgb(145,76,7); }

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

border-color css

<style>
 span { border-color: #914C07; }

 span { border-color: rgb(145,76,7); }

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