Html Css Color HEX #483B27 Clinker

📋 copy color: '#483B27'

red 72 ◦ green 59 ◦ blue 39

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

Shades of Clinker #483B27

Tints of Clinker #483B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 42.35%
G = 34.71%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483B27 (or 0x483B27) is known color: Clinker. HEX triplet: 48, 3B and 27. RGB value is (72,59,39). Sum of RGB (Red+Green+Blue) = 72+59+39=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B27 is #B7C4D8. Grayscale: #3C3C3C. Windows color (decimal): -12043481 or 2571080. OLE color: 2571080.

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

Color convert

RGB 72 59 39 -
CMYK 0 0.18 0.46 0.72
HSL 36.36º 0.3% 0.22% -
HSV(B) 36.36º 0.46% 0.28% -
XYZ 4.6 4.65 2.57 -
YUV 60.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 72 59 39 0 0.18 0.46 0.72 36.36 0.3 0.22
Hex 48 3B 27 0 12 2E 48 24 1E 16
Octal 110 73 47 0 22 56 110 44 36 26
Binary 1001000 111011 100111 0 10010 101110 1001000 100100 11110 10110

Color Harmonies of #483B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B27

Black with #483B27

Text Example


Text Example

White with #483B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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