Html Css Color HEX #483A22 Clinker

📋 copy color: '#483A22'

red 72 ◦ green 58 ◦ blue 34

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

Shades of Clinker #483A22

Tints of Clinker #483A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 43.9%
G = 35.37%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#483A22 (or 0x483A22) is known color: Clinker. HEX triplet: 48, 3A and 22. RGB value is (72,58,34). Sum of RGB (Red+Green+Blue) = 72+58+34=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A22 is #B7C5DD. Grayscale: #3B3B3B. Windows color (decimal): -12043742 or 2243144. OLE color: 2243144.

HSL color Cylindrical-coordinate representation of color #483A22: hue angle of 37.89º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483A22 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 34 -
CMYK 0 0.19 0.53 0.72
HSL 37.89º 0.36% 0.21% -
HSV(B) 37.89º 0.53% 0.28% -
XYZ 4.47 4.52 2.15 -
YUV 59.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 72 58 34 0 0.19 0.53 0.72 37.89 0.36 0.21
Hex 48 3A 22 0 13 35 48 26 24 15
Octal 110 72 42 0 23 65 110 46 44 25
Binary 1001000 111010 100010 0 10011 110101 1001000 100110 100100 10101

Color Harmonies of #483A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A22

Black with #483A22

Text Example


Text Example

White with #483A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A22; }

 p { color: rgb(72,58,34); }

 H1.HeaderClassName
 {
   color: #483A22;
 }
 .AnyTagClassName
 {
   color: #483A22;
 }
</style>

background-color css

<style>
 a { background-color: #483A22; }

 a { background-color: rgb(72,58,34); }

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

border-color css

<style>
 span { border-color: #483A22; }

 span { border-color: rgb(72,58,34); }

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