Html Css Color HEX #485B43 Tom Thumb

📋 copy color: '#485B43'

red 72 ◦ green 91 ◦ blue 67

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

Shades of Tom Thumb #485B43

Tints of Tom Thumb #485B43

RGB

 RED value IS 72 (28.52% from 255) = 31.3%

 GREEN value IS 91 (35.94% from 255) = 39.57%

 BLUE value IS 67 (26.56% from 255) = 29.13%

R = 31.3%
G = 39.57%
B = 29.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#485B43 (or 0x485B43) is known color: Tom Thumb. HEX triplet: 48, 5B and 43. RGB value is (72,91,67). Sum of RGB (Red+Green+Blue) = 72+91+67=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #485B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B43 is #B7A4BC. Grayscale: #525252. Windows color (decimal): -12035261 or 4414280. OLE color: 4414280.

HSL color Cylindrical-coordinate representation of color #485B43: hue angle of 107.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485B43 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 91 67 -
CMYK 0.21 0 0.26 0.64
HSL 107.5º 0.15% 0.31% -
HSV(B) 107.5º 0.26% 0.36% -
XYZ 7.43 9.27 6.71 -
YUV 82.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 72 91 67 0.21 0 0.26 0.64 107.5 0.15 0.31
Hex 48 5B 43 15 0 1A 40 6C F 1F
Octal 110 133 103 25 0 32 100 154 17 37
Binary 1001000 1011011 1000011 10101 0 11010 1000000 1101100 1111 11111

Color Harmonies of #485B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B43

Black with #485B43

Text Example


Text Example

White with #485B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485B43; }

 p { color: rgb(72,91,67); }

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

background-color css

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

 a { background-color: rgb(72,91,67); }

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

border-color css

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

 span { border-color: rgb(72,91,67); }

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