Html Css Color HEX #905230 Chelsea Gem

📋 copy color: '#905230'

red 144 ◦ green 82 ◦ blue 48

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

Shades of Chelsea Gem #905230

Tints of Chelsea Gem #905230

RGB

 RED value IS 144 (56.64% from 255) = 52.55%

 GREEN value IS 82 (32.42% from 255) = 29.93%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 52.55%
G = 29.93%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#905230 (or 0x905230) is known color: Chelsea Gem. HEX triplet: 90, 52 and 30. RGB value is (144,82,48). Sum of RGB (Red+Green+Blue) = 144+82+48=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #905230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905230 is #6FADCF. Grayscale: #606060. Windows color (decimal): -7318992 or 3166864. OLE color: 3166864.

HSL color Cylindrical-coordinate representation of color #905230: hue angle of 21.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #905230 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 82 48 -
CMYK 0 0.43 0.67 0.44
HSL 21.25º 0.5% 0.38% -
HSV(B) 21.25º 0.67% 0.56% -
XYZ 15.05 12.18 4.35 -
YUV 96.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 144 82 48 0 0.43 0.67 0.44 21.25 0.5 0.38
Hex 90 52 30 0 2B 43 2C 15 32 26
Octal 220 122 60 0 53 103 54 25 62 46
Binary 10010000 1010010 110000 0 101011 1000011 101100 10101 110010 100110

Color Harmonies of #905230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905230

Black with #905230

Text Example


Text Example

White with #905230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905230; }

 p { color: rgb(144,82,48); }

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

background-color css

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

 a { background-color: rgb(144,82,48); }

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

border-color css

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

 span { border-color: rgb(144,82,48); }

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