Html Css Color HEX #94532F Chelsea Gem

📋 copy color: '#94532F'

red 148 ◦ green 83 ◦ blue 47

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

Shades of Chelsea Gem #94532F

Tints of Chelsea Gem #94532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 53.24%
G = 29.86%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94532F (or 0x94532F) is known color: Chelsea Gem. HEX triplet: 94, 53 and 2F. RGB value is (148,83,47). Sum of RGB (Red+Green+Blue) = 148+83+47=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94532F is #6BACD0. Grayscale: #626262. Windows color (decimal): -7056593 or 3101588. OLE color: 3101588.

HSL color Cylindrical-coordinate representation of color #94532F: hue angle of 21.39º 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 #94532F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 47 -
CMYK 0 0.44 0.68 0.42
HSL 21.39º 0.52% 0.38% -
HSV(B) 21.39º 0.68% 0.58% -
XYZ 15.82 12.69 4.3 -
YUV 98.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 148 83 47 0 0.44 0.68 0.42 21.39 0.52 0.38
Hex 94 53 2F 0 2C 44 2A 15 34 26
Octal 224 123 57 0 54 104 52 25 64 46
Binary 10010100 1010011 101111 0 101100 1000100 101010 10101 110100 100110

Color Harmonies of #94532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94532F

Black with #94532F

Text Example


Text Example

White with #94532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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