Html Css Color HEX #483A23 Clinker

📋 copy color: '#483A23'

red 72 ◦ green 58 ◦ blue 35

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

Shades of Clinker #483A23

Tints of Clinker #483A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 43.64%
G = 35.15%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#483A23 (or 0x483A23) is known color: Clinker. HEX triplet: 48, 3A and 23. RGB value is (72,58,35). Sum of RGB (Red+Green+Blue) = 72+58+35=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A23 is #B7C5DC. Grayscale: #3B3B3B. Windows color (decimal): -12043741 or 2308680. OLE color: 2308680.

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

Color convert

RGB 72 58 35 -
CMYK 0 0.19 0.51 0.72
HSL 37.3º 0.35% 0.21% -
HSV(B) 37.3º 0.51% 0.28% -
XYZ 4.49 4.53 2.23 -
YUV 59.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 72 58 35 0 0.19 0.51 0.72 37.3 0.35 0.21
Hex 48 3A 23 0 13 33 48 25 23 15
Octal 110 72 43 0 23 63 110 45 43 25
Binary 1001000 111010 100011 0 10011 110011 1001000 100101 100011 10101

Color Harmonies of #483A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A23

Black with #483A23

Text Example


Text Example

White with #483A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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