Html Css Color HEX #48341E Clinker

📋 copy color: '#48341E'

red 72 ◦ green 52 ◦ blue 30

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

Shades of Clinker #48341E

Tints of Clinker #48341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 46.75%
G = 33.77%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48341E (or 0x48341E) is known color: Clinker. HEX triplet: 48, 34 and 1E. RGB value is (72,52,30). Sum of RGB (Red+Green+Blue) = 72+52+30=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341E is #B7CBE1. Grayscale: #373737. Windows color (decimal): -12045282 or 1979464. OLE color: 1979464.

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

Color convert

RGB 72 52 30 -
CMYK 0 0.28 0.58 0.72
HSL 31.43º 0.41% 0.2% -
HSV(B) 31.43º 0.58% 0.28% -
XYZ 4.13 3.93 1.77 -
YUV 55.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 72 52 30 0 0.28 0.58 0.72 31.43 0.41 0.2
Hex 48 34 1E 0 1C 3A 48 1F 29 14
Octal 110 64 36 0 34 72 110 37 51 24
Binary 1001000 110100 11110 0 11100 111010 1001000 11111 101001 10100

Color Harmonies of #48341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48341E

Black with #48341E

Text Example


Text Example

White with #48341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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