Html Css Color HEX #483820 Clinker

📋 copy color: '#483820'

red 72 ◦ green 56 ◦ blue 32

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

Shades of Clinker #483820

Tints of Clinker #483820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

 BLUE value IS 32 (12.89% from 255) = 20%

R = 45%
G = 35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483820 (or 0x483820) is known color: Clinker. HEX triplet: 48, 38 and 20. RGB value is (72,56,32). Sum of RGB (Red+Green+Blue) = 72+56+32=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483820 is #B7C7DF. Grayscale: #3A3A3A. Windows color (decimal): -12044256 or 2111560. OLE color: 2111560.

HSL color Cylindrical-coordinate representation of color #483820: hue angle of 36º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483820 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 32 -
CMYK 0 0.22 0.56 0.72
HSL 36º 0.38% 0.2% -
HSV(B) 36º 0.56% 0.28% -
XYZ 4.35 4.31 1.97 -
YUV 58.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 72 56 32 0 0.22 0.56 0.72 36 0.38 0.2
Hex 48 38 20 0 16 38 48 24 26 14
Octal 110 70 40 0 26 70 110 44 46 24
Binary 1001000 111000 100000 0 10110 111000 1001000 100100 100110 10100

Color Harmonies of #483820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483820

Black with #483820

Text Example


Text Example

White with #483820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483820; }

 p { color: rgb(72,56,32); }

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

background-color css

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

 a { background-color: rgb(72,56,32); }

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

border-color css

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

 span { border-color: rgb(72,56,32); }

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