Html Css Color HEX #992C23 Brown

📋 copy color: '#992C23'

red 153 ◦ green 44 ◦ blue 35

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

Shades of Brown #992C23

Tints of Brown #992C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 65.95%
G = 18.97%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#992C23 (or 0x992C23) is known color: Brown. HEX triplet: 99, 2C and 23. RGB value is (153,44,35). Sum of RGB (Red+Green+Blue) = 153+44+35=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #992C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C23 is #66D3DC. Grayscale: #4B4B4B. Windows color (decimal): -6738909 or 2305177. OLE color: 2305177.

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

Color convert

RGB 153 44 35 -
CMYK 0 0.71 0.77 0.4
HSL 4.58º 0.63% 0.37% -
HSV(B) 4.58º 0.77% 0.6% -
XYZ 14.34 8.7 2.51 -
YUV 75.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 153 44 35 0 0.71 0.77 0.4 4.58 0.63 0.37
Hex 99 2C 23 0 47 4D 28 5 3F 25
Octal 231 54 43 0 107 115 50 5 77 45
Binary 10011001 101100 100011 0 1000111 1001101 101000 101 111111 100101

Color Harmonies of #992C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C23

Black with #992C23

Text Example


Text Example

White with #992C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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