Html Css Color HEX #972B01 Saddle Brown

📋 copy color: '#972B01'

red 151 ◦ green 43 ◦ blue 1

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

Shades of Saddle Brown #972B01

Tints of Saddle Brown #972B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 77.44%
G = 22.05%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972B01 (or 0x972B01) is known color: Saddle Brown. HEX triplet: 97, 2B and 01. RGB value is (151,43,1). Sum of RGB (Red+Green+Blue) = 151+43+1=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #972B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972B01 is #68D4FE. Grayscale: #464646. Windows color (decimal): -6870271 or 76695. OLE color: 76695.

HSL color Cylindrical-coordinate representation of color #972B01: hue angle of 16.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #972B01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 1 -
CMYK 0 0.72 0.99 0.41
HSL 16.8º 0.99% 0.3% -
HSV(B) 16.8º 0.99% 0.59% -
XYZ 13.63 8.31 0.91 -
YUV 70.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 151 43 1 0 0.72 0.99 0.41 16.8 0.99 0.3
Hex 97 2B 1 0 48 63 29 11 63 1E
Octal 227 53 1 0 110 143 51 21 143 36
Binary 10010111 101011 1 0 1001000 1100011 101001 10001 1100011 11110

Color Harmonies of #972B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B01

Black with #972B01

Text Example


Text Example

White with #972B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972B01; }

 p { color: rgb(151,43,1); }

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

background-color css

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

 a { background-color: rgb(151,43,1); }

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

border-color css

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

 span { border-color: rgb(151,43,1); }

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