Html Css Color HEX #483A37 Cocoa Bean

📋 copy color: '#483A37'

red 72 ◦ green 58 ◦ blue 55

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

Shades of Cocoa Bean #483A37

Tints of Cocoa Bean #483A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 38.92%
G = 31.35%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#483A37 (or 0x483A37) is known color: Cocoa Bean. HEX triplet: 48, 3A and 37. RGB value is (72,58,55). Sum of RGB (Red+Green+Blue) = 72+58+55=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #483A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A37 is #B7C5C8. Grayscale: #3D3D3D. Windows color (decimal): -12043721 or 3619400. OLE color: 3619400.

HSL color Cylindrical-coordinate representation of color #483A37: hue angle of 10.59º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #483A37 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 55 -
CMYK 0 0.19 0.24 0.72
HSL 10.59º 0.13% 0.25% -
HSV(B) 10.59º 0.24% 0.28% -
XYZ 4.88 4.68 4.26 -
YUV 61.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 72 58 55 0 0.19 0.24 0.72 10.59 0.13 0.25
Hex 48 3A 37 0 13 18 48 B D 19
Octal 110 72 67 0 23 30 110 13 15 31
Binary 1001000 111010 110111 0 10011 11000 1001000 1011 1101 11001

Color Harmonies of #483A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A37

Black with #483A37

Text Example


Text Example

White with #483A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A37; }

 p { color: rgb(72,58,55); }

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

background-color css

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

 a { background-color: rgb(72,58,55); }

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

border-color css

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

 span { border-color: rgb(72,58,55); }

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