Html Css Color HEX #974307 Saddle Brown

📋 copy color: '#974307'

red 151 ◦ green 67 ◦ blue 7

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

Shades of Saddle Brown #974307

Tints of Saddle Brown #974307

RGB

 RED value IS 151 (59.38% from 255) = 67.11%

 GREEN value IS 67 (26.56% from 255) = 29.78%

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

R = 67.11%
G = 29.78%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#974307 (or 0x974307) is known color: Saddle Brown. HEX triplet: 97, 43 and 07. RGB value is (151,67,7). Sum of RGB (Red+Green+Blue) = 151+67+7=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #974307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974307 is #68BCF8. Grayscale: #555555. Windows color (decimal): -6864121 or 476055. OLE color: 476055.

HSL color Cylindrical-coordinate representation of color #974307: hue angle of 25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #974307 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 7 -
CMYK 0 0.56 0.95 0.41
HSL 25º 0.91% 0.31% -
HSV(B) 25º 0.95% 0.59% -
XYZ 14.81 10.61 1.47 -
YUV 85.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 151 67 7 0 0.56 0.95 0.41 25 0.91 0.31
Hex 97 43 7 0 38 5F 29 19 5B 1F
Octal 227 103 7 0 70 137 51 31 133 37
Binary 10010111 1000011 111 0 111000 1011111 101001 11001 1011011 11111

Color Harmonies of #974307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974307

Black with #974307

Text Example


Text Example

White with #974307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974307; }

 p { color: rgb(151,67,7); }

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

background-color css

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

 a { background-color: rgb(151,67,7); }

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

border-color css

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

 span { border-color: rgb(151,67,7); }

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