Html Css Color HEX #483B29 Clinker

📋 copy color: '#483B29'

red 72 ◦ green 59 ◦ blue 41

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

Shades of Clinker #483B29

Tints of Clinker #483B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.3%

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 41.86%
G = 34.3%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483B29 (or 0x483B29) is known color: Clinker. HEX triplet: 48, 3B and 29. RGB value is (72,59,41). Sum of RGB (Red+Green+Blue) = 72+59+41=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B29 is #B7C4D6. Grayscale: #3C3C3C. Windows color (decimal): -12043479 or 2702152. OLE color: 2702152.

HSL color Cylindrical-coordinate representation of color #483B29: hue angle of 34.84º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483B29 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 41 -
CMYK 0 0.18 0.43 0.72
HSL 34.84º 0.27% 0.22% -
HSV(B) 34.84º 0.43% 0.28% -
XYZ 4.64 4.67 2.75 -
YUV 60.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 72 59 41 0 0.18 0.43 0.72 34.84 0.27 0.22
Hex 48 3B 29 0 12 2B 48 23 1B 16
Octal 110 73 51 0 22 53 110 43 33 26
Binary 1001000 111011 101001 0 10010 101011 1001000 100011 11011 10110

Color Harmonies of #483B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B29

Black with #483B29

Text Example


Text Example

White with #483B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,41); }

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

background-color css

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

 a { background-color: rgb(72,59,41); }

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

border-color css

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

 span { border-color: rgb(72,59,41); }

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