Html Css Color HEX #943008 Saddle Brown

📋 copy color: '#943008'

red 148 ◦ green 48 ◦ blue 8

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

Shades of Saddle Brown #943008

Tints of Saddle Brown #943008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 72.55%
G = 23.53%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#943008 (or 0x943008) is known color: Saddle Brown. HEX triplet: 94, 30 and 08. RGB value is (148,48,8). Sum of RGB (Red+Green+Blue) = 148+48+8=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #943008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943008 is #6BCFF7. Grayscale: #494949. Windows color (decimal): -7065592 or 536724. OLE color: 536724.

HSL color Cylindrical-coordinate representation of color #943008: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #943008 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 8 -
CMYK 0 0.68 0.95 0.42
HSL 17.14º 0.9% 0.31% -
HSV(B) 17.14º 0.95% 0.58% -
XYZ 13.31 8.43 1.15 -
YUV 73.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 148 48 8 0 0.68 0.95 0.42 17.14 0.9 0.31
Hex 94 30 8 0 44 5F 2A 11 5A 1F
Octal 224 60 10 0 104 137 52 21 132 37
Binary 10010100 110000 1000 0 1000100 1011111 101010 10001 1011010 11111

Color Harmonies of #943008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943008

Black with #943008

Text Example


Text Example

White with #943008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943008; }

 p { color: rgb(148,48,8); }

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

background-color css

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

 a { background-color: rgb(148,48,8); }

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

border-color css

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

 span { border-color: rgb(148,48,8); }

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