Html Css Color HEX #48300D Clinker

📋 copy color: '#48300D'

red 72 ◦ green 48 ◦ blue 13

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

Shades of Clinker #48300D

Tints of Clinker #48300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 54.14%
G = 36.09%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48300D (or 0x48300D) is known color: Clinker. HEX triplet: 48, 30 and 0D. RGB value is (72,48,13). Sum of RGB (Red+Green+Blue) = 72+48+13=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300D is #B7CFF2. Grayscale: #333333. Windows color (decimal): -12046323 or 864328. OLE color: 864328.

HSL color Cylindrical-coordinate representation of color #48300D: hue angle of 35.59º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48300D is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 13 -
CMYK 0 0.33 0.82 0.72
HSL 35.59º 0.69% 0.17% -
HSV(B) 35.59º 0.82% 0.28% -
XYZ 3.8 3.52 0.86 -
YUV 51.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 72 48 13 0 0.33 0.82 0.72 35.59 0.69 0.17
Hex 48 30 D 0 21 52 48 24 45 11
Octal 110 60 15 0 41 122 110 44 105 21
Binary 1001000 110000 1101 0 100001 1010010 1001000 100100 1000101 10001

Color Harmonies of #48300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48300D

Black with #48300D

Text Example


Text Example

White with #48300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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