Html Css Color HEX #95430F Saddle Brown

📋 copy color: '#95430F'

red 149 ◦ green 67 ◦ blue 15

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

Shades of Saddle Brown #95430F

Tints of Saddle Brown #95430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 64.5%
G = 29%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95430F (or 0x95430F) is known color: Saddle Brown. HEX triplet: 95, 43 and 0F. RGB value is (149,67,15). Sum of RGB (Red+Green+Blue) = 149+67+15=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #95430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95430F is #6ABCF0. Grayscale: #555555. Windows color (decimal): -6995185 or 1000341. OLE color: 1000341.

HSL color Cylindrical-coordinate representation of color #95430F: hue angle of 23.28º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95430F is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 15 -
CMYK 0 0.55 0.90 0.42
HSL 23.28º 0.82% 0.32% -
HSV(B) 23.28º 0.9% 0.58% -
XYZ 14.49 10.44 1.7 -
YUV 85.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 149 67 15 0 0.55 0.90 0.42 23.28 0.82 0.32
Hex 95 43 F 0 37 5A 2A 17 52 20
Octal 225 103 17 0 67 132 52 27 122 40
Binary 10010101 1000011 1111 0 110111 1011010 101010 10111 1010010 100000

Color Harmonies of #95430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95430F

Black with #95430F

Text Example


Text Example

White with #95430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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