Html Css Color HEX #482F05 Clinker

📋 copy color: '#482F05'

red 72 ◦ green 47 ◦ blue 5

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

Shades of Clinker #482F05

Tints of Clinker #482F05

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.9%

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 58.06%
G = 37.9%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#482F05 (or 0x482F05) is known color: Clinker. HEX triplet: 48, 2F and 05. RGB value is (72,47,5). Sum of RGB (Red+Green+Blue) = 72+47+5=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F05 is #B7D0FA. Grayscale: #313131. Windows color (decimal): -12046587 or 339784. OLE color: 339784.

HSL color Cylindrical-coordinate representation of color #482F05: hue angle of 37.61º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #482F05 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 5 -
CMYK 0 0.35 0.93 0.72
HSL 37.61º 0.87% 0.15% -
HSV(B) 37.61º 0.93% 0.28% -
XYZ 3.72 3.42 0.61 -
YUV 49.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 72 47 5 0 0.35 0.93 0.72 37.61 0.87 0.15
Hex 48 2F 5 0 23 5D 48 26 57 F
Octal 110 57 5 0 43 135 110 46 127 17
Binary 1001000 101111 101 0 100011 1011101 1001000 100110 1010111 1111

Color Harmonies of #482F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F05

Black with #482F05

Text Example


Text Example

White with #482F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F05; }

 p { color: rgb(72,47,5); }

 H1.HeaderClassName
 {
   color: #482F05;
 }
 .AnyTagClassName
 {
   color: #482F05;
 }
</style>

background-color css

<style>
 a { background-color: #482F05; }

 a { background-color: rgb(72,47,5); }

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

border-color css

<style>
 span { border-color: #482F05; }

 span { border-color: rgb(72,47,5); }

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