Html Css Color HEX #48341A Clinker

📋 copy color: '#48341A'

red 72 ◦ green 52 ◦ blue 26

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

Shades of Clinker #48341A

Tints of Clinker #48341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 48%
G = 34.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48341A (or 0x48341A) is known color: Clinker. HEX triplet: 48, 34 and 1A. RGB value is (72,52,26). Sum of RGB (Red+Green+Blue) = 72+52+26=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341A is #B7CBE5. Grayscale: #373737. Windows color (decimal): -12045286 or 1717320. OLE color: 1717320.

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

Color convert

RGB 72 52 26 -
CMYK 0 0.28 0.64 0.72
HSL 33.91º 0.47% 0.19% -
HSV(B) 33.91º 0.64% 0.28% -
XYZ 4.09 3.91 1.52 -
YUV 55.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 72 52 26 0 0.28 0.64 0.72 33.91 0.47 0.19
Hex 48 34 1A 0 1C 40 48 22 2F 13
Octal 110 64 32 0 34 100 110 42 57 23
Binary 1001000 110100 11010 0 11100 1000000 1001000 100010 101111 10011

Color Harmonies of #48341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48341A

Black with #48341A

Text Example


Text Example

White with #48341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48341A; }

 p { color: rgb(72,52,26); }

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

background-color css

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

 a { background-color: rgb(72,52,26); }

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

border-color css

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

 span { border-color: rgb(72,52,26); }

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