Html Css Color HEX #945200 Saddle Brown

📋 copy color: '#945200'

red 148 ◦ green 82 ◦ blue 0

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

Shades of Saddle Brown #945200

Tints of Saddle Brown #945200

RGB

 RED value IS 148 (58.2% from 255) = 64.35%

 GREEN value IS 82 (32.42% from 255) = 35.65%

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

R = 64.35%
G = 35.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#945200 (or 0x945200) is known color: Saddle Brown. HEX triplet: 94, 52 and 00. RGB value is (148,82,0). Sum of RGB (Red+Green+Blue) = 148+82+0=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #945200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945200 is #6BADFF. Grayscale: #5C5C5C. Windows color (decimal): -7056896 or 21140. OLE color: 21140.

HSL color Cylindrical-coordinate representation of color #945200: hue angle of 33.24º 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 #945200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 0 -
CMYK 0 0.45 1 0.42
HSL 33.24º 1% 0.29% -
HSV(B) 33.24º 1% 0.58% -
XYZ 15.23 12.33 1.58 -
YUV 92.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 148 82 0 0 0.45 1 0.42 33.24 1 0.29
Hex 94 52 0 0 2D 64 2A 21 64 1D
Octal 224 122 0 0 55 144 52 41 144 35
Binary 10010100 1010010 0 0 101101 1100100 101010 100001 1100100 11101

Color Harmonies of #945200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945200

Black with #945200

Text Example


Text Example

White with #945200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945200; }

 p { color: rgb(148,82,0); }

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

background-color css

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

 a { background-color: rgb(148,82,0); }

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

border-color css

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

 span { border-color: rgb(148,82,0); }

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