Html Css Color HEX #892F38 Old Brick

📋 copy color: '#892F38'

red 137 ◦ green 47 ◦ blue 56

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

Shades of Old Brick #892F38

Tints of Old Brick #892F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 57.08%
G = 19.58%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#892F38 (or 0x892F38) is known color: Old Brick. HEX triplet: 89, 2F and 38. RGB value is (137,47,56). Sum of RGB (Red+Green+Blue) = 137+47+56=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #892F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F38 is #76D0C7. Grayscale: #4A4A4A. Windows color (decimal): -7786696 or 3682185. OLE color: 3682185.

HSL color Cylindrical-coordinate representation of color #892F38: hue angle of 354º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F38 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 56 -
CMYK 0 0.66 0.59 0.46
HSL 354º 0.49% 0.36% -
HSV(B) 354º 0.66% 0.54% -
XYZ 12.05 7.64 4.58 -
YUV 74.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 137 47 56 0 0.66 0.59 0.46 354 0.49 0.36
Hex 89 2F 38 0 42 3B 2E 162 31 24
Octal 211 57 70 0 102 73 56 542 61 44
Binary 10001001 101111 111000 0 1000010 111011 101110 101100010 110001 100100

Color Harmonies of #892F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F38

Black with #892F38

Text Example


Text Example

White with #892F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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