Html Css Color HEX #97430B Saddle Brown

📋 copy color: '#97430B'

red 151 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #97430B

Tints of Saddle Brown #97430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.8%

R = 65.94%
G = 29.26%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97430B (or 0x97430B) is known color: Saddle Brown. HEX triplet: 97, 43 and 0B. RGB value is (151,67,11). Sum of RGB (Red+Green+Blue) = 151+67+11=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #97430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97430B is #68BCF4. Grayscale: #565656. Windows color (decimal): -6864117 or 738199. OLE color: 738199.

HSL color Cylindrical-coordinate representation of color #97430B: hue angle of 24º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97430B is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 11 -
CMYK 0 0.56 0.93 0.41
HSL 24º 0.86% 0.32% -
HSV(B) 24º 0.93% 0.59% -
XYZ 14.83 10.62 1.58 -
YUV 85.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 151 67 11 0 0.56 0.93 0.41 24 0.86 0.32
Hex 97 43 B 0 38 5D 29 18 56 20
Octal 227 103 13 0 70 135 51 30 126 40
Binary 10010111 1000011 1011 0 111000 1011101 101001 11000 1010110 100000

Color Harmonies of #97430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97430B

Black with #97430B

Text Example


Text Example

White with #97430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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