Html Css Color HEX #48361F Clinker

📋 copy color: '#48361F'

red 72 ◦ green 54 ◦ blue 31

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

Shades of Clinker #48361F

Tints of Clinker #48361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 45.86%
G = 34.39%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48361F (or 0x48361F) is known color: Clinker. HEX triplet: 48, 36 and 1F. RGB value is (72,54,31). Sum of RGB (Red+Green+Blue) = 72+54+31=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361F is #B7C9E0. Grayscale: #383838. Windows color (decimal): -12044769 or 2045512. OLE color: 2045512.

HSL color Cylindrical-coordinate representation of color #48361F: hue angle of 33.66º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48361F is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 31 -
CMYK 0 0.25 0.57 0.72
HSL 33.66º 0.4% 0.2% -
HSV(B) 33.66º 0.57% 0.28% -
XYZ 4.24 4.11 1.87 -
YUV 56.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 72 54 31 0 0.25 0.57 0.72 33.66 0.4 0.2
Hex 48 36 1F 0 19 39 48 22 28 14
Octal 110 66 37 0 31 71 110 42 50 24
Binary 1001000 110110 11111 0 11001 111001 1001000 100010 101000 10100

Color Harmonies of #48361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48361F

Black with #48361F

Text Example


Text Example

White with #48361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48361F; }

 p { color: rgb(72,54,31); }

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

background-color css

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

 a { background-color: rgb(72,54,31); }

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

border-color css

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

 span { border-color: rgb(72,54,31); }

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