Html Css Color HEX #482C07 Clinker

📋 copy color: '#482C07'

red 72 ◦ green 44 ◦ blue 7

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

Shades of Clinker #482C07

Tints of Clinker #482C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.77%

 BLUE value IS 7 (3.13% from 255) = 5.69%

R = 58.54%
G = 35.77%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482C07 (or 0x482C07) is known color: Clinker. HEX triplet: 48, 2C and 07. RGB value is (72,44,7). Sum of RGB (Red+Green+Blue) = 72+44+7=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #482C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C07 is #B7D3F8. Grayscale: #303030. Windows color (decimal): -12047353 or 470088. OLE color: 470088.

HSL color Cylindrical-coordinate representation of color #482C07: hue angle of 34.15º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482C07 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 7 -
CMYK 0 0.39 0.90 0.72
HSL 34.15º 0.82% 0.15% -
HSV(B) 34.15º 0.9% 0.28% -
XYZ 3.61 3.19 0.63 -
YUV 48.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 72 44 7 0 0.39 0.90 0.72 34.15 0.82 0.15
Hex 48 2C 7 0 27 5A 48 22 52 F
Octal 110 54 7 0 47 132 110 42 122 17
Binary 1001000 101100 111 0 100111 1011010 1001000 100010 1010010 1111

Color Harmonies of #482C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C07

Black with #482C07

Text Example


Text Example

White with #482C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,7); }

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

background-color css

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

 a { background-color: rgb(72,44,7); }

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

border-color css

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

 span { border-color: rgb(72,44,7); }

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