Html Css Color HEX #892F01 Saddle Brown

📋 copy color: '#892F01'

red 137 ◦ green 47 ◦ blue 1

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

Shades of Saddle Brown #892F01

Tints of Saddle Brown #892F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 74.05%
G = 25.41%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#892F01 (or 0x892F01) is known color: Saddle Brown. HEX triplet: 89, 2F and 01. RGB value is (137,47,1). Sum of RGB (Red+Green+Blue) = 137+47+1=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #892F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892F01 is #76D0FE. Grayscale: #444444. Windows color (decimal): -7786751 or 77705. OLE color: 77705.

HSL color Cylindrical-coordinate representation of color #892F01: hue angle of 20.29º 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 #892F01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 1 -
CMYK 0 0.66 0.99 0.46
HSL 20.29º 0.99% 0.27% -
HSV(B) 20.29º 0.99% 0.54% -
XYZ 11.34 7.35 0.85 -
YUV 68.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 137 47 1 0 0.66 0.99 0.46 20.29 0.99 0.27
Hex 89 2F 1 0 42 63 2E 14 63 1B
Octal 211 57 1 0 102 143 56 24 143 33
Binary 10001001 101111 1 0 1000010 1100011 101110 10100 1100011 11011

Color Harmonies of #892F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F01

Black with #892F01

Text Example


Text Example

White with #892F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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