Html Css Color HEX #904002 Saddle Brown

📋 copy color: '#904002'

red 144 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #904002

Tints of Saddle Brown #904002

RGB

 RED value IS 144 (56.64% from 255) = 68.57%

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 68.57%
G = 30.48%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#904002 (or 0x904002) is known color: Saddle Brown. HEX triplet: 90, 40 and 02. RGB value is (144,64,2). Sum of RGB (Red+Green+Blue) = 144+64+2=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #904002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904002 is #6FBFFD. Grayscale: #515151. Windows color (decimal): -7323646 or 147600. OLE color: 147600.

HSL color Cylindrical-coordinate representation of color #904002: hue angle of 26.2º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #904002 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 2 -
CMYK 0 0.56 0.99 0.44
HSL 26.2º 0.97% 0.29% -
HSV(B) 26.2º 0.99% 0.56% -
XYZ 13.35 9.6 1.21 -
YUV 80.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 144 64 2 0 0.56 0.99 0.44 26.2 0.97 0.29
Hex 90 40 2 0 38 63 2C 1A 61 1D
Octal 220 100 2 0 70 143 54 32 141 35
Binary 10010000 1000000 10 0 111000 1100011 101100 11010 1100001 11101

Color Harmonies of #904002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904002

Black with #904002

Text Example


Text Example

White with #904002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904002; }

 p { color: rgb(144,64,2); }

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

background-color css

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

 a { background-color: rgb(144,64,2); }

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

border-color css

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

 span { border-color: rgb(144,64,2); }

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