Html Css Color HEX #96431C Saddle Brown

📋 copy color: '#96431C'

red 150 ◦ green 67 ◦ blue 28

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

Shades of Saddle Brown #96431C

Tints of Saddle Brown #96431C

RGB

 RED value IS 150 (58.98% from 255) = 61.22%

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 61.22%
G = 27.35%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96431C (or 0x96431C) is known color: Saddle Brown. HEX triplet: 96, 43 and 1C. RGB value is (150,67,28). Sum of RGB (Red+Green+Blue) = 150+67+28=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96431C is #69BCE3. Grayscale: #575757. Windows color (decimal): -6929636 or 1852310. OLE color: 1852310.

HSL color Cylindrical-coordinate representation of color #96431C: hue angle of 19.18º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96431C is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 28 -
CMYK 0 0.55 0.81 0.41
HSL 19.18º 0.69% 0.35% -
HSV(B) 19.18º 0.81% 0.59% -
XYZ 14.79 10.58 2.36 -
YUV 87.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 150 67 28 0 0.55 0.81 0.41 19.18 0.69 0.35
Hex 96 43 1C 0 37 51 29 13 45 23
Octal 226 103 34 0 67 121 51 23 105 43
Binary 10010110 1000011 11100 0 110111 1010001 101001 10011 1000101 100011

Color Harmonies of #96431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96431C

Black with #96431C

Text Example


Text Example

White with #96431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96431C; }

 p { color: rgb(150,67,28); }

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

background-color css

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

 a { background-color: rgb(150,67,28); }

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

border-color css

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

 span { border-color: rgb(150,67,28); }

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