Html Css Color HEX #954302 Saddle Brown

📋 copy color: '#954302'

red 149 ◦ green 67 ◦ blue 2

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

Shades of Saddle Brown #954302

Tints of Saddle Brown #954302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 68.35%
G = 30.73%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954302 (or 0x954302) is known color: Saddle Brown. HEX triplet: 95, 43 and 02. RGB value is (149,67,2). Sum of RGB (Red+Green+Blue) = 149+67+2=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #954302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954302 is #6ABCFD. Grayscale: #545454. Windows color (decimal): -6995198 or 148373. OLE color: 148373.

HSL color Cylindrical-coordinate representation of color #954302: hue angle of 26.53º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #954302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 2 -
CMYK 0 0.55 0.99 0.42
HSL 26.53º 0.97% 0.3% -
HSV(B) 26.53º 0.99% 0.58% -
XYZ 14.41 10.41 1.31 -
YUV 84.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 149 67 2 0 0.55 0.99 0.42 26.53 0.97 0.3
Hex 95 43 2 0 37 63 2A 1B 61 1E
Octal 225 103 2 0 67 143 52 33 141 36
Binary 10010101 1000011 10 0 110111 1100011 101010 11011 1100001 11110

Color Harmonies of #954302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954302

Black with #954302

Text Example


Text Example

White with #954302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954302; }

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

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

background-color css

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

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

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

border-color css

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

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

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