Html Css Color HEX #992B27 Brown

📋 copy color: '#992B27'

red 153 ◦ green 43 ◦ blue 39

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

Shades of Brown #992B27

Tints of Brown #992B27

RGB

 RED value IS 153 (60.16% from 255) = 65.11%

 GREEN value IS 43 (17.19% from 255) = 18.3%

 BLUE value IS 39 (15.63% from 255) = 16.6%

R = 65.11%
G = 18.3%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#992B27 (or 0x992B27) is known color: Brown. HEX triplet: 99, 2B and 27. RGB value is (153,43,39). Sum of RGB (Red+Green+Blue) = 153+43+39=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B27 is #66D4D8. Grayscale: #4B4B4B. Windows color (decimal): -6739161 or 2567065. OLE color: 2567065.

HSL color Cylindrical-coordinate representation of color #992B27: hue angle of 2.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992B27 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 39 -
CMYK 0 0.72 0.75 0.4
HSL 2.11º 0.59% 0.38% -
HSV(B) 2.11º 0.75% 0.6% -
XYZ 14.37 8.65 2.83 -
YUV 75.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 153 43 39 0 0.72 0.75 0.4 2.11 0.59 0.38
Hex 99 2B 27 0 48 4B 28 2 3B 26
Octal 231 53 47 0 110 113 50 2 73 46
Binary 10011001 101011 100111 0 1001000 1001011 101000 10 111011 100110

Color Harmonies of #992B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B27

Black with #992B27

Text Example


Text Example

White with #992B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992B27; }

 p { color: rgb(153,43,39); }

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

background-color css

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

 a { background-color: rgb(153,43,39); }

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

border-color css

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

 span { border-color: rgb(153,43,39); }

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