Html Css Color HEX #874003 Saddle Brown

📋 copy color: '#874003'

red 135 ◦ green 64 ◦ blue 3

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

Shades of Saddle Brown #874003

Tints of Saddle Brown #874003

RGB

 RED value IS 135 (53.13% from 255) = 66.83%

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 66.83%
G = 31.68%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#874003 (or 0x874003) is known color: Saddle Brown. HEX triplet: 87, 40 and 03. RGB value is (135,64,3). Sum of RGB (Red+Green+Blue) = 135+64+3=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #874003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874003 is #78BFFC. Grayscale: #4E4E4E. Windows color (decimal): -7913469 or 213127. OLE color: 213127.

HSL color Cylindrical-coordinate representation of color #874003: hue angle of 27.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #874003 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 3 -
CMYK 0 0.53 0.98 0.47
HSL 27.73º 0.96% 0.27% -
HSV(B) 27.73º 0.98% 0.53% -
XYZ 11.84 8.82 1.17 -
YUV 78.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 135 64 3 0 0.53 0.98 0.47 27.73 0.96 0.27
Hex 87 40 3 0 35 62 2F 1C 60 1B
Octal 207 100 3 0 65 142 57 34 140 33
Binary 10000111 1000000 11 0 110101 1100010 101111 11100 1100000 11011

Color Harmonies of #874003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874003

Black with #874003

Text Example


Text Example

White with #874003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874003; }

 p { color: rgb(135,64,3); }

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

background-color css

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

 a { background-color: rgb(135,64,3); }

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

border-color css

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

 span { border-color: rgb(135,64,3); }

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