Html Css Color HEX #94582B Chelsea Gem

📋 copy color: '#94582B'

red 148 ◦ green 88 ◦ blue 43

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

Shades of Chelsea Gem #94582B

Tints of Chelsea Gem #94582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 53.05%
G = 31.54%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94582B (or 0x94582B) is known color: Chelsea Gem. HEX triplet: 94, 58 and 2B. RGB value is (148,88,43). Sum of RGB (Red+Green+Blue) = 148+88+43=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94582B is #6BA7D4. Grayscale: #656565. Windows color (decimal): -7055317 or 2840724. OLE color: 2840724.

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

Color convert

RGB 148 88 43 -
CMYK 0 0.41 0.71 0.42
HSL 25.71º 0.55% 0.37% -
HSV(B) 25.71º 0.71% 0.58% -
XYZ 16.14 13.45 4.03 -
YUV 100.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 148 88 43 0 0.41 0.71 0.42 25.71 0.55 0.37
Hex 94 58 2B 0 29 47 2A 1A 37 25
Octal 224 130 53 0 51 107 52 32 67 45
Binary 10010100 1011000 101011 0 101001 1000111 101010 11010 110111 100101

Color Harmonies of #94582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94582B

Black with #94582B

Text Example


Text Example

White with #94582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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