Html Css Color HEX #482F02 Clinker

📋 copy color: '#482F02'

red 72 ◦ green 47 ◦ blue 2

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

Shades of Clinker #482F02

Tints of Clinker #482F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 59.5%
G = 38.84%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#482F02 (or 0x482F02) is known color: Clinker. HEX triplet: 48, 2F and 02. RGB value is (72,47,2). Sum of RGB (Red+Green+Blue) = 72+47+2=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #482F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F02 is #B7D0FD. Grayscale: #313131. Windows color (decimal): -12046590 or 143176. OLE color: 143176.

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

Color convert

RGB 72 47 2 -
CMYK 0 0.35 0.97 0.72
HSL 38.57º 0.95% 0.15% -
HSV(B) 38.57º 0.97% 0.28% -
XYZ 3.7 3.42 0.52 -
YUV 49.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 72 47 2 0 0.35 0.97 0.72 38.57 0.95 0.15
Hex 48 2F 2 0 23 61 48 27 5F F
Octal 110 57 2 0 43 141 110 47 137 17
Binary 1001000 101111 10 0 100011 1100001 1001000 100111 1011111 1111

Color Harmonies of #482F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F02

Black with #482F02

Text Example


Text Example

White with #482F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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