Html Css Color HEX #992C26 Brown

📋 copy color: '#992C26'

red 153 ◦ green 44 ◦ blue 38

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

Shades of Brown #992C26

Tints of Brown #992C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 65.11%
G = 18.72%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#992C26 (or 0x992C26) is known color: Brown. HEX triplet: 99, 2C and 26. RGB value is (153,44,38). Sum of RGB (Red+Green+Blue) = 153+44+38=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C26 is #66D3D9. Grayscale: #4C4C4C. Windows color (decimal): -6738906 or 2501785. OLE color: 2501785.

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

Color convert

RGB 153 44 38 -
CMYK 0 0.71 0.75 0.4
HSL 3.13º 0.6% 0.37% -
HSV(B) 3.13º 0.75% 0.6% -
XYZ 14.39 8.71 2.76 -
YUV 75.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 153 44 38 0 0.71 0.75 0.4 3.13 0.6 0.37
Hex 99 2C 26 0 47 4B 28 3 3C 25
Octal 231 54 46 0 107 113 50 3 74 45
Binary 10011001 101100 100110 0 1000111 1001011 101000 11 111100 100101

Color Harmonies of #992C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C26

Black with #992C26

Text Example


Text Example

White with #992C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,44,38); }

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

background-color css

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

 a { background-color: rgb(153,44,38); }

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

border-color css

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

 span { border-color: rgb(153,44,38); }

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