Html Css Color HEX #892C01 Saddle Brown

📋 copy color: '#892C01'

red 137 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #892C01

Tints of Saddle Brown #892C01

RGB

 RED value IS 137 (53.91% from 255) = 75.27%

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 75.27%
G = 24.18%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#892C01 (or 0x892C01) is known color: Saddle Brown. HEX triplet: 89, 2C and 01. RGB value is (137,44,1). Sum of RGB (Red+Green+Blue) = 137+44+1=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #892C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892C01 is #76D3FE. Grayscale: #434343. Windows color (decimal): -7787519 or 76937. OLE color: 76937.

HSL color Cylindrical-coordinate representation of color #892C01: hue angle of 18.97º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #892C01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 44 1 -
CMYK 0 0.68 0.99 0.46
HSL 18.97º 0.99% 0.27% -
HSV(B) 18.97º 0.99% 0.54% -
XYZ 11.22 7.12 0.81 -
YUV 66.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 137 44 1 0 0.68 0.99 0.46 18.97 0.99 0.27
Hex 89 2C 1 0 44 63 2E 13 63 1B
Octal 211 54 1 0 104 143 56 23 143 33
Binary 10001001 101100 1 0 1000100 1100011 101110 10011 1100011 11011

Color Harmonies of #892C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C01

Black with #892C01

Text Example


Text Example

White with #892C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892C01; }

 p { color: rgb(137,44,1); }

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

background-color css

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

 a { background-color: rgb(137,44,1); }

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

border-color css

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

 span { border-color: rgb(137,44,1); }

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