Html Css Color HEX #873C02 Saddle Brown

📋 copy color: '#873C02'

red 135 ◦ green 60 ◦ blue 2

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

Shades of Saddle Brown #873C02

Tints of Saddle Brown #873C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

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

R = 68.53%
G = 30.46%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#873C02 (or 0x873C02) is known color: Saddle Brown. HEX triplet: 87, 3C and 02. RGB value is (135,60,2). Sum of RGB (Red+Green+Blue) = 135+60+2=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #873C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873C02 is #78C3FD. Grayscale: #4C4C4C. Windows color (decimal): -7914494 or 146567. OLE color: 146567.

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

Color convert

RGB 135 60 2 -
CMYK 0 0.56 0.99 0.47
HSL 26.17º 0.97% 0.27% -
HSV(B) 26.17º 0.99% 0.53% -
XYZ 11.62 8.39 1.06 -
YUV 75.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 135 60 2 0 0.56 0.99 0.47 26.17 0.97 0.27
Hex 87 3C 2 0 38 63 2F 1A 61 1B
Octal 207 74 2 0 70 143 57 32 141 33
Binary 10000111 111100 10 0 111000 1100011 101111 11010 1100001 11011

Color Harmonies of #873C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873C02

Black with #873C02

Text Example


Text Example

White with #873C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873C02; }

 p { color: rgb(135,60,2); }

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

background-color css

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

 a { background-color: rgb(135,60,2); }

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

border-color css

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

 span { border-color: rgb(135,60,2); }

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