Html Css Color HEX #483823 Clinker

📋 copy color: '#483823'

red 72 ◦ green 56 ◦ blue 35

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

Shades of Clinker #483823

Tints of Clinker #483823

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 44.17%
G = 34.36%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#483823 (or 0x483823) is known color: Clinker. HEX triplet: 48, 38 and 23. RGB value is (72,56,35). Sum of RGB (Red+Green+Blue) = 72+56+35=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483823 is #B7C7DC. Grayscale: #3A3A3A. Windows color (decimal): -12044253 or 2308168. OLE color: 2308168.

HSL color Cylindrical-coordinate representation of color #483823: hue angle of 34.05º 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 #483823 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 35 -
CMYK 0 0.22 0.51 0.72
HSL 34.05º 0.35% 0.21% -
HSV(B) 34.05º 0.51% 0.28% -
XYZ 4.39 4.33 2.19 -
YUV 58.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 72 56 35 0 0.22 0.51 0.72 34.05 0.35 0.21
Hex 48 38 23 0 16 33 48 22 23 15
Octal 110 70 43 0 26 63 110 42 43 25
Binary 1001000 111000 100011 0 10110 110011 1001000 100010 100011 10101

Color Harmonies of #483823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483823

Black with #483823

Text Example


Text Example

White with #483823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483823; }

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

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

background-color css

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

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

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

border-color css

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

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

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