Html Css Color HEX #994528 Rock Spray

📋 copy color: '#994528'

red 153 ◦ green 69 ◦ blue 40

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

Shades of Rock Spray #994528

Tints of Rock Spray #994528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 58.4%
G = 26.34%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#994528 (or 0x994528) is known color: Rock Spray. HEX triplet: 99, 45 and 28. RGB value is (153,69,40). Sum of RGB (Red+Green+Blue) = 153+69+40=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994528 is #66BAD7. Grayscale: #5B5B5B. Windows color (decimal): -6732504 or 2639257. OLE color: 2639257.

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

Color convert

RGB 153 69 40 -
CMYK 0 0.55 0.74 0.4
HSL 15.4º 0.59% 0.38% -
HSV(B) 15.4º 0.74% 0.6% -
XYZ 15.65 11.18 3.34 -
YUV 90.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 153 69 40 0 0.55 0.74 0.4 15.4 0.59 0.38
Hex 99 45 28 0 37 4A 28 F 3B 26
Octal 231 105 50 0 67 112 50 17 73 46
Binary 10011001 1000101 101000 0 110111 1001010 101000 1111 111011 100110

Color Harmonies of #994528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994528

Black with #994528

Text Example


Text Example

White with #994528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994528; }

 p { color: rgb(153,69,40); }

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

background-color css

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

 a { background-color: rgb(153,69,40); }

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

border-color css

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

 span { border-color: rgb(153,69,40); }

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