Html Css Color HEX #483B25 Clinker

📋 copy color: '#483B25'

red 72 ◦ green 59 ◦ blue 37

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

Shades of Clinker #483B25

Tints of Clinker #483B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.02%

R = 42.86%
G = 35.12%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483B25 (or 0x483B25) is known color: Clinker. HEX triplet: 48, 3B and 25. RGB value is (72,59,37). Sum of RGB (Red+Green+Blue) = 72+59+37=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B25 is #B7C4DA. Grayscale: #3C3C3C. Windows color (decimal): -12043483 or 2440008. OLE color: 2440008.

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

Color convert

RGB 72 59 37 -
CMYK 0 0.18 0.49 0.72
HSL 37.71º 0.32% 0.21% -
HSV(B) 37.71º 0.49% 0.28% -
XYZ 4.57 4.64 2.4 -
YUV 60.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 72 59 37 0 0.18 0.49 0.72 37.71 0.32 0.21
Hex 48 3B 25 0 12 31 48 26 20 15
Octal 110 73 45 0 22 61 110 46 40 25
Binary 1001000 111011 100101 0 10010 110001 1001000 100110 100000 10101

Color Harmonies of #483B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B25

Black with #483B25

Text Example


Text Example

White with #483B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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