Html Css Color HEX #423019 Clinker

📋 copy color: '#423019'

red 66 ◦ green 48 ◦ blue 25

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

Shades of Clinker #423019

Tints of Clinker #423019

RGB

 RED value IS 66 (26.17% from 255) = 47.48%

 GREEN value IS 48 (19.14% from 255) = 34.53%

 BLUE value IS 25 (10.16% from 255) = 17.99%

R = 47.48%
G = 34.53%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#423019 (or 0x423019) is known color: Clinker. HEX triplet: 42, 30 and 19. RGB value is (66,48,25). Sum of RGB (Red+Green+Blue) = 66+48+25=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #423019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423019 is #BDCFE6. Grayscale: #323232. Windows color (decimal): -12439527 or 1650754. OLE color: 1650754.

HSL color Cylindrical-coordinate representation of color #423019: hue angle of 33.66º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423019 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 25 -
CMYK 0 0.27 0.62 0.74
HSL 33.66º 0.45% 0.18% -
HSV(B) 33.66º 0.62% 0.26% -
XYZ 3.48 3.34 1.38 -
YUV 50.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 66 48 25 0 0.27 0.62 0.74 33.66 0.45 0.18
Hex 42 30 19 0 1B 3E 4A 22 2D 12
Octal 102 60 31 0 33 76 112 42 55 22
Binary 1000010 110000 11001 0 11011 111110 1001010 100010 101101 10010

Color Harmonies of #423019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423019

Black with #423019

Text Example


Text Example

White with #423019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423019; }

 p { color: rgb(66,48,25); }

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

background-color css

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

 a { background-color: rgb(66,48,25); }

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

border-color css

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

 span { border-color: rgb(66,48,25); }

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