Html Css Color HEX #423423 Clinker

📋 copy color: '#423423'

red 66 ◦ green 52 ◦ blue 35

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

Shades of Clinker #423423

Tints of Clinker #423423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

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

R = 43.14%
G = 33.99%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#423423 (or 0x423423) is known color: Clinker. HEX triplet: 42, 34 and 23. RGB value is (66,52,35). Sum of RGB (Red+Green+Blue) = 66+52+35=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #423423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423423 is #BDCBDC. Grayscale: #363636. Windows color (decimal): -12438493 or 2307138. OLE color: 2307138.

HSL color Cylindrical-coordinate representation of color #423423: hue angle of 32.9º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423423 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 52 35 -
CMYK 0 0.21 0.47 0.74
HSL 32.9º 0.31% 0.2% -
HSV(B) 32.9º 0.47% 0.26% -
XYZ 3.78 3.74 2.11 -
YUV 54.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 66 52 35 0 0.21 0.47 0.74 32.9 0.31 0.2
Hex 42 34 23 0 15 2F 4A 21 1F 14
Octal 102 64 43 0 25 57 112 41 37 24
Binary 1000010 110100 100011 0 10101 101111 1001010 100001 11111 10100

Color Harmonies of #423423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423423

Black with #423423

Text Example


Text Example

White with #423423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423423; }

 p { color: rgb(66,52,35); }

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

background-color css

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

 a { background-color: rgb(66,52,35); }

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

border-color css

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

 span { border-color: rgb(66,52,35); }

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