Html Css Color HEX #974A1B Saddle Brown

📋 copy color: '#974A1B'

red 151 ◦ green 74 ◦ blue 27

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

Shades of Saddle Brown #974A1B

Tints of Saddle Brown #974A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 59.92%
G = 29.37%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#974A1B (or 0x974A1B) is known color: Saddle Brown. HEX triplet: 97, 4A and 1B. RGB value is (151,74,27). Sum of RGB (Red+Green+Blue) = 151+74+27=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #974A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A1B is #68B5E4. Grayscale: #5B5B5B. Windows color (decimal): -6862309 or 1788567. OLE color: 1788567.

HSL color Cylindrical-coordinate representation of color #974A1B: hue angle of 22.74º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #974A1B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 74 27 -
CMYK 0 0.51 0.82 0.41
HSL 22.74º 0.7% 0.35% -
HSV(B) 22.74º 0.82% 0.59% -
XYZ 15.41 11.56 2.46 -
YUV 91.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 151 74 27 0 0.51 0.82 0.41 22.74 0.7 0.35
Hex 97 4A 1B 0 33 52 29 17 46 23
Octal 227 112 33 0 63 122 51 27 106 43
Binary 10010111 1001010 11011 0 110011 1010010 101001 10111 1000110 100011

Color Harmonies of #974A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A1B

Black with #974A1B

Text Example


Text Example

White with #974A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974A1B; }

 p { color: rgb(151,74,27); }

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

background-color css

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

 a { background-color: rgb(151,74,27); }

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

border-color css

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

 span { border-color: rgb(151,74,27); }

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