Html Css Color HEX #483C2B Jacko Bean

📋 copy color: '#483C2B'

red 72 ◦ green 60 ◦ blue 43

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

Shades of Jacko Bean #483C2B

Tints of Jacko Bean #483C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 41.14%
G = 34.29%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#483C2B (or 0x483C2B) is known color: Jacko Bean. HEX triplet: 48, 3C and 2B. RGB value is (72,60,43). Sum of RGB (Red+Green+Blue) = 72+60+43=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C2B is #B7C3D4. Grayscale: #3D3D3D. Windows color (decimal): -12043221 or 2833480. OLE color: 2833480.

HSL color Cylindrical-coordinate representation of color #483C2B: hue angle of 35.17º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483C2B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 60 43 -
CMYK 0 0.17 0.40 0.72
HSL 35.17º 0.25% 0.23% -
HSV(B) 35.17º 0.4% 0.28% -
XYZ 4.72 4.78 2.96 -
YUV 61.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 72 60 43 0 0.17 0.40 0.72 35.17 0.25 0.23
Hex 48 3C 2B 0 11 28 48 23 19 17
Octal 110 74 53 0 21 50 110 43 31 27
Binary 1001000 111100 101011 0 10001 101000 1001000 100011 11001 10111

Color Harmonies of #483C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C2B

Black with #483C2B

Text Example


Text Example

White with #483C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,60,43); }

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

background-color css

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

 a { background-color: rgb(72,60,43); }

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

border-color css

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

 span { border-color: rgb(72,60,43); }

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