Html Css Color HEX #482F01 Clinker

📋 copy color: '#482F01'

red 72 ◦ green 47 ◦ blue 1

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

Shades of Clinker #482F01

Tints of Clinker #482F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 60%
G = 39.17%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#482F01 (or 0x482F01) is known color: Clinker. HEX triplet: 48, 2F and 01. RGB value is (72,47,1). Sum of RGB (Red+Green+Blue) = 72+47+1=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F01 is #B7D0FE. Grayscale: #313131. Windows color (decimal): -12046591 or 77640. OLE color: 77640.

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

Color convert

RGB 72 47 1 -
CMYK 0 0.35 0.99 0.72
HSL 38.87º 0.97% 0.14% -
HSV(B) 38.87º 0.99% 0.28% -
XYZ 3.69 3.41 0.49 -
YUV 49.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 72 47 1 0 0.35 0.99 0.72 38.87 0.97 0.14
Hex 48 2F 1 0 23 63 48 27 61 E
Octal 110 57 1 0 43 143 110 47 141 16
Binary 1001000 101111 1 0 100011 1100011 1001000 100111 1100001 1110

Color Harmonies of #482F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F01

Black with #482F01

Text Example


Text Example

White with #482F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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