Html Css Color HEX #94582D Chelsea Gem

📋 copy color: '#94582D'

red 148 ◦ green 88 ◦ blue 45

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

Shades of Chelsea Gem #94582D

Tints of Chelsea Gem #94582D

RGB

 RED value IS 148 (58.2% from 255) = 52.67%

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 52.67%
G = 31.32%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94582D (or 0x94582D) is known color: Chelsea Gem. HEX triplet: 94, 58 and 2D. RGB value is (148,88,45). Sum of RGB (Red+Green+Blue) = 148+88+45=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94582D is #6BA7D2. Grayscale: #656565. Windows color (decimal): -7055315 or 2971796. OLE color: 2971796.

HSL color Cylindrical-coordinate representation of color #94582D: hue angle of 25.05º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94582D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 45 -
CMYK 0 0.41 0.70 0.42
HSL 25.05º 0.53% 0.38% -
HSV(B) 25.05º 0.7% 0.58% -
XYZ 16.18 13.46 4.23 -
YUV 101.04 96.38 161.5 -
System Red Green Blue C M Y K H S L
Decimal 148 88 45 0 0.41 0.70 0.42 25.05 0.53 0.38
Hex 94 58 2D 0 29 46 2A 19 35 26
Octal 224 130 55 0 51 106 52 31 65 46
Binary 10010100 1011000 101101 0 101001 1000110 101010 11001 110101 100110

Color Harmonies of #94582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94582D

Black with #94582D

Text Example


Text Example

White with #94582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94582D; }

 p { color: rgb(148,88,45); }

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

background-color css

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

 a { background-color: rgb(148,88,45); }

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

border-color css

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

 span { border-color: rgb(148,88,45); }

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