Html Css Color HEX #94582F Chelsea Gem

📋 copy color: '#94582F'

red 148 ◦ green 88 ◦ blue 47

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

Shades of Chelsea Gem #94582F

Tints of Chelsea Gem #94582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 52.3%
G = 31.1%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94582F (or 0x94582F) is known color: Chelsea Gem. HEX triplet: 94, 58 and 2F. RGB value is (148,88,47). Sum of RGB (Red+Green+Blue) = 148+88+47=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #94582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94582F is #6BA7D0. Grayscale: #656565. Windows color (decimal): -7055313 or 3102868. OLE color: 3102868.

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

Color convert

RGB 148 88 47 -
CMYK 0 0.41 0.68 0.42
HSL 24.36º 0.52% 0.38% -
HSV(B) 24.36º 0.68% 0.58% -
XYZ 16.22 13.48 4.44 -
YUV 101.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 148 88 47 0 0.41 0.68 0.42 24.36 0.52 0.38
Hex 94 58 2F 0 29 44 2A 18 34 26
Octal 224 130 57 0 51 104 52 30 64 46
Binary 10010100 1011000 101111 0 101001 1000100 101010 11000 110100 100110

Color Harmonies of #94582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94582F

Black with #94582F

Text Example


Text Example

White with #94582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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