Html Css Color HEX #954300 Saddle Brown

📋 copy color: '#954300'

red 149 ◦ green 67 ◦ blue 0

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

Shades of Saddle Brown #954300

Tints of Saddle Brown #954300

RGB

 RED value IS 149 (58.59% from 255) = 68.98%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.98%
G = 31.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954300 (or 0x954300) is known color: Saddle Brown. HEX triplet: 95, 43 and 00. RGB value is (149,67,0). Sum of RGB (Red+Green+Blue) = 149+67+0=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954300 is #6ABCFF. Grayscale: #545454. Windows color (decimal): -6995200 or 17301. OLE color: 17301.

HSL color Cylindrical-coordinate representation of color #954300: hue angle of 26.98º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 0 -
CMYK 0 0.55 1 0.42
HSL 26.98º 1% 0.29% -
HSV(B) 26.98º 1% 0.58% -
XYZ 14.4 10.4 1.25 -
YUV 83.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 149 67 0 0 0.55 1 0.42 26.98 1 0.29
Hex 95 43 0 0 37 64 2A 1B 64 1D
Octal 225 103 0 0 67 144 52 33 144 35
Binary 10010101 1000011 0 0 110111 1100100 101010 11011 1100100 11101

Color Harmonies of #954300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954300

Black with #954300

Text Example


Text Example

White with #954300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954300; }

 p { color: rgb(149,67,0); }

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

background-color css

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

 a { background-color: rgb(149,67,0); }

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

border-color css

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

 span { border-color: rgb(149,67,0); }

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