Html Css Color HEX #954B1B Saddle Brown

📋 copy color: '#954B1B'

red 149 ◦ green 75 ◦ blue 27

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

Shades of Saddle Brown #954B1B

Tints of Saddle Brown #954B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.88%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 59.36%
G = 29.88%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#954B1B (or 0x954B1B) is known color: Saddle Brown. HEX triplet: 95, 4B and 1B. RGB value is (149,75,27). Sum of RGB (Red+Green+Blue) = 149+75+27=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #954B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B1B is #6AB4E4. Grayscale: #5B5B5B. Windows color (decimal): -6993125 or 1788821. OLE color: 1788821.

HSL color Cylindrical-coordinate representation of color #954B1B: hue angle of 23.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #954B1B is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 27 -
CMYK 0 0.50 0.82 0.42
HSL 23.61º 0.69% 0.35% -
HSV(B) 23.61º 0.82% 0.58% -
XYZ 15.11 11.5 2.46 -
YUV 91.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 149 75 27 0 0.50 0.82 0.42 23.61 0.69 0.35
Hex 95 4B 1B 0 32 52 2A 18 45 23
Octal 225 113 33 0 62 122 52 30 105 43
Binary 10010101 1001011 11011 0 110010 1010010 101010 11000 1000101 100011

Color Harmonies of #954B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B1B

Black with #954B1B

Text Example


Text Example

White with #954B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954B1B; }

 p { color: rgb(149,75,27); }

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

background-color css

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

 a { background-color: rgb(149,75,27); }

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

border-color css

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

 span { border-color: rgb(149,75,27); }

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