Html Css Color HEX #482F08 Clinker

📋 copy color: '#482F08'

red 72 ◦ green 47 ◦ blue 8

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

Shades of Clinker #482F08

Tints of Clinker #482F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.3%

R = 56.69%
G = 37.01%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#482F08 (or 0x482F08) is known color: Clinker. HEX triplet: 48, 2F and 08. RGB value is (72,47,8). Sum of RGB (Red+Green+Blue) = 72+47+8=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F08 is #B7D0F7. Grayscale: #323232. Windows color (decimal): -12046584 or 536392. OLE color: 536392.

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

Color convert

RGB 72 47 8 -
CMYK 0 0.35 0.89 0.72
HSL 36.56º 0.8% 0.16% -
HSV(B) 36.56º 0.89% 0.28% -
XYZ 3.73 3.43 0.69 -
YUV 50.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 72 47 8 0 0.35 0.89 0.72 36.56 0.8 0.16
Hex 48 2F 8 0 23 59 48 25 50 10
Octal 110 57 10 0 43 131 110 45 120 20
Binary 1001000 101111 1000 0 100011 1011001 1001000 100101 1010000 10000

Color Harmonies of #482F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F08

Black with #482F08

Text Example


Text Example

White with #482F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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