Html Css Color HEX #942600 Saddle Brown

📋 copy color: '#942600'

red 148 ◦ green 38 ◦ blue 0

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

Shades of Saddle Brown #942600

Tints of Saddle Brown #942600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

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

R = 79.57%
G = 20.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#942600 (or 0x942600) is known color: Saddle Brown. HEX triplet: 94, 26 and 00. RGB value is (148,38,0). Sum of RGB (Red+Green+Blue) = 148+38+0=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #942600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942600 is #6BD9FF. Grayscale: #424242. Windows color (decimal): -7068160 or 9876. OLE color: 9876.

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

Color convert

RGB 148 38 0 -
CMYK 0 0.74 1 0.42
HSL 15.41º 1% 0.29% -
HSV(B) 15.41º 1% 0.58% -
XYZ 12.91 7.68 0.8 -
YUV 66.56 90.44 186.09 -
System Red Green Blue C M Y K H S L
Decimal 148 38 0 0 0.74 1 0.42 15.41 1 0.29
Hex 94 26 0 0 4A 64 2A F 64 1D
Octal 224 46 0 0 112 144 52 17 144 35
Binary 10010100 100110 0 0 1001010 1100100 101010 1111 1100100 11101

Color Harmonies of #942600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942600

Black with #942600

Text Example


Text Example

White with #942600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942600; }

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

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

background-color css

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

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

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

border-color css

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

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

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