Html Css Color HEX #48381E Clinker

📋 copy color: '#48381E'

red 72 ◦ green 56 ◦ blue 30

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

Shades of Clinker #48381E

Tints of Clinker #48381E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

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

R = 45.57%
G = 35.44%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48381E (or 0x48381E) is known color: Clinker. HEX triplet: 48, 38 and 1E. RGB value is (72,56,30). Sum of RGB (Red+Green+Blue) = 72+56+30=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381E is #B7C7E1. Grayscale: #393939. Windows color (decimal): -12044258 or 1980488. OLE color: 1980488.

HSL color Cylindrical-coordinate representation of color #48381E: hue angle of 37.14º 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 #48381E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 30 -
CMYK 0 0.22 0.58 0.72
HSL 37.14º 0.41% 0.2% -
HSV(B) 37.14º 0.58% 0.28% -
XYZ 4.32 4.3 1.83 -
YUV 57.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 72 56 30 0 0.22 0.58 0.72 37.14 0.41 0.2
Hex 48 38 1E 0 16 3A 48 25 29 14
Octal 110 70 36 0 26 72 110 45 51 24
Binary 1001000 111000 11110 0 10110 111010 1001000 100101 101001 10100

Color Harmonies of #48381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48381E

Black with #48381E

Text Example


Text Example

White with #48381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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