Html Css Color HEX #95430B Saddle Brown

📋 copy color: '#95430B'

red 149 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #95430B

Tints of Saddle Brown #95430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 65.64%
G = 29.52%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95430B (or 0x95430B) is known color: Saddle Brown. HEX triplet: 95, 43 and 0B. RGB value is (149,67,11). Sum of RGB (Red+Green+Blue) = 149+67+11=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95430B is #6ABCF4. Grayscale: #555555. Windows color (decimal): -6995189 or 738197. OLE color: 738197.

HSL color Cylindrical-coordinate representation of color #95430B: hue angle of 24.35º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95430B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 11 -
CMYK 0 0.55 0.93 0.42
HSL 24.35º 0.86% 0.31% -
HSV(B) 24.35º 0.93% 0.58% -
XYZ 14.46 10.43 1.57 -
YUV 85.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 149 67 11 0 0.55 0.93 0.42 24.35 0.86 0.31
Hex 95 43 B 0 37 5D 2A 18 56 1F
Octal 225 103 13 0 67 135 52 30 126 37
Binary 10010101 1000011 1011 0 110111 1011101 101010 11000 1010110 11111

Color Harmonies of #95430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95430B

Black with #95430B

Text Example


Text Example

White with #95430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95430B; }

 p { color: rgb(149,67,11); }

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

background-color css

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

 a { background-color: rgb(149,67,11); }

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

border-color css

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

 span { border-color: rgb(149,67,11); }

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