Html Css Color HEX #944C0D Saddle Brown

📋 copy color: '#944C0D'

red 148 ◦ green 76 ◦ blue 13

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

Shades of Saddle Brown #944C0D

Tints of Saddle Brown #944C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.07%

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

R = 62.45%
G = 32.07%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#944C0D (or 0x944C0D) is known color: Saddle Brown. HEX triplet: 94, 4C and 0D. RGB value is (148,76,13). Sum of RGB (Red+Green+Blue) = 148+76+13=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #944C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C0D is #6BB3F2. Grayscale: #5A5A5A. Windows color (decimal): -7058419 or 871572. OLE color: 871572.

HSL color Cylindrical-coordinate representation of color #944C0D: hue angle of 28º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #944C0D is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 76 13 -
CMYK 0 0.49 0.91 0.42
HSL 28º 0.84% 0.32% -
HSV(B) 28º 0.91% 0.58% -
XYZ 14.87 11.49 1.82 -
YUV 90.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 148 76 13 0 0.49 0.91 0.42 28 0.84 0.32
Hex 94 4C D 0 31 5B 2A 1C 54 20
Octal 224 114 15 0 61 133 52 34 124 40
Binary 10010100 1001100 1101 0 110001 1011011 101010 11100 1010100 100000

Color Harmonies of #944C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944C0D

Black with #944C0D

Text Example


Text Example

White with #944C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944C0D; }

 p { color: rgb(148,76,13); }

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

background-color css

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

 a { background-color: rgb(148,76,13); }

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

border-color css

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

 span { border-color: rgb(148,76,13); }

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