Html Css Color HEX #482D05 Clinker

📋 copy color: '#482D05'

red 72 ◦ green 45 ◦ blue 5

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

Shades of Clinker #482D05

Tints of Clinker #482D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36.89%

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

R = 59.02%
G = 36.89%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#482D05 (or 0x482D05) is known color: Clinker. HEX triplet: 48, 2D and 05. RGB value is (72,45,5). Sum of RGB (Red+Green+Blue) = 72+45+5=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #482D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D05 is #B7D2FA. Grayscale: #303030. Windows color (decimal): -12047099 or 339272. OLE color: 339272.

HSL color Cylindrical-coordinate representation of color #482D05: hue angle of 35.82º 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 #482D05 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 5 -
CMYK 0 0.38 0.93 0.72
HSL 35.82º 0.87% 0.15% -
HSV(B) 35.82º 0.93% 0.28% -
XYZ 3.64 3.27 0.58 -
YUV 48.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 72 45 5 0 0.38 0.93 0.72 35.82 0.87 0.15
Hex 48 2D 5 0 26 5D 48 24 57 F
Octal 110 55 5 0 46 135 110 44 127 17
Binary 1001000 101101 101 0 100110 1011101 1001000 100100 1010111 1111

Color Harmonies of #482D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D05

Black with #482D05

Text Example


Text Example

White with #482D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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