Html Css Color HEX #97430D Saddle Brown

📋 copy color: '#97430D'

red 151 ◦ green 67 ◦ blue 13

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

Shades of Saddle Brown #97430D

Tints of Saddle Brown #97430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 65.37%
G = 29%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97430D (or 0x97430D) is known color: Saddle Brown. HEX triplet: 97, 43 and 0D. RGB value is (151,67,13). Sum of RGB (Red+Green+Blue) = 151+67+13=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97430D is #68BCF2. Grayscale: #565656. Windows color (decimal): -6864115 or 869271. OLE color: 869271.

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

Color convert

RGB 151 67 13 -
CMYK 0 0.56 0.91 0.41
HSL 23.48º 0.84% 0.32% -
HSV(B) 23.48º 0.91% 0.59% -
XYZ 14.84 10.62 1.65 -
YUV 85.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 151 67 13 0 0.56 0.91 0.41 23.48 0.84 0.32
Hex 97 43 D 0 38 5B 29 17 54 20
Octal 227 103 15 0 70 133 51 27 124 40
Binary 10010111 1000011 1101 0 111000 1011011 101001 10111 1010100 100000

Color Harmonies of #97430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97430D

Black with #97430D

Text Example


Text Example

White with #97430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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