Html Css Color HEX #96430E Saddle Brown

📋 copy color: '#96430E'

red 150 ◦ green 67 ◦ blue 14

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

Shades of Saddle Brown #96430E

Tints of Saddle Brown #96430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 64.94%
G = 29%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96430E (or 0x96430E) is known color: Saddle Brown. HEX triplet: 96, 43 and 0E. RGB value is (150,67,14). Sum of RGB (Red+Green+Blue) = 150+67+14=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96430E is #69BCF1. Grayscale: #565656. Windows color (decimal): -6929650 or 934806. OLE color: 934806.

HSL color Cylindrical-coordinate representation of color #96430E: hue angle of 23.38º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96430E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 67 14 -
CMYK 0 0.55 0.91 0.41
HSL 23.38º 0.83% 0.32% -
HSV(B) 23.38º 0.91% 0.59% -
XYZ 14.66 10.53 1.68 -
YUV 85.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 150 67 14 0 0.55 0.91 0.41 23.38 0.83 0.32
Hex 96 43 E 0 37 5B 29 17 53 20
Octal 226 103 16 0 67 133 51 27 123 40
Binary 10010110 1000011 1110 0 110111 1011011 101001 10111 1010011 100000

Color Harmonies of #96430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96430E

Black with #96430E

Text Example


Text Example

White with #96430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96430E; }

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

 H1.HeaderClassName
 {
   color: #96430E;
 }
 .AnyTagClassName
 {
   color: #96430E;
 }
</style>

background-color css

<style>
 a { background-color: #96430E; }

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

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

border-color css

<style>
 span { border-color: #96430E; }

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

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