Html Css Color HEX #482F07 Clinker

📋 copy color: '#482F07'

red 72 ◦ green 47 ◦ blue 7

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

Shades of Clinker #482F07

Tints of Clinker #482F07

RGB

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

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

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

R = 57.14%
G = 37.3%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#482F07 (or 0x482F07) is known color: Clinker. HEX triplet: 48, 2F and 07. RGB value is (72,47,7). Sum of RGB (Red+Green+Blue) = 72+47+7=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F07 is #B7D0F8. Grayscale: #323232. Windows color (decimal): -12046585 or 470856. OLE color: 470856.

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

Color convert

RGB 72 47 7 -
CMYK 0 0.35 0.90 0.72
HSL 36.92º 0.82% 0.15% -
HSV(B) 36.92º 0.9% 0.28% -
XYZ 3.73 3.43 0.67 -
YUV 49.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 72 47 7 0 0.35 0.90 0.72 36.92 0.82 0.15
Hex 48 2F 7 0 23 5A 48 25 52 F
Octal 110 57 7 0 43 132 110 45 122 17
Binary 1001000 101111 111 0 100011 1011010 1001000 100101 1010010 1111

Color Harmonies of #482F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F07

Black with #482F07

Text Example


Text Example

White with #482F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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