Html Css Color HEX #483017 Clinker

📋 copy color: '#483017'

red 72 ◦ green 48 ◦ blue 23

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

Shades of Clinker #483017

Tints of Clinker #483017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.57%

 BLUE value IS 23 (9.38% from 255) = 16.08%

R = 50.35%
G = 33.57%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#483017 (or 0x483017) is known color: Clinker. HEX triplet: 48, 30 and 17. RGB value is (72,48,23). Sum of RGB (Red+Green+Blue) = 72+48+23=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483017 is #B7CFE8. Grayscale: #343434. Windows color (decimal): -12046313 or 1519688. OLE color: 1519688.

HSL color Cylindrical-coordinate representation of color #483017: hue angle of 30.61º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483017 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 23 -
CMYK 0 0.33 0.68 0.72
HSL 30.61º 0.52% 0.19% -
HSV(B) 30.61º 0.68% 0.28% -
XYZ 3.88 3.55 1.29 -
YUV 52.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 72 48 23 0 0.33 0.68 0.72 30.61 0.52 0.19
Hex 48 30 17 0 21 44 48 1F 34 13
Octal 110 60 27 0 41 104 110 37 64 23
Binary 1001000 110000 10111 0 100001 1000100 1001000 11111 110100 10011

Color Harmonies of #483017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483017

Black with #483017

Text Example


Text Example

White with #483017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483017; }

 p { color: rgb(72,48,23); }

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

background-color css

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

 a { background-color: rgb(72,48,23); }

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

border-color css

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

 span { border-color: rgb(72,48,23); }

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