Html Css Color HEX #423523 Clinker

📋 copy color: '#423523'

red 66 ◦ green 53 ◦ blue 35

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

Shades of Clinker #423523

Tints of Clinker #423523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 42.86%
G = 34.42%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#423523 (or 0x423523) is known color: Clinker. HEX triplet: 42, 35 and 23. RGB value is (66,53,35). Sum of RGB (Red+Green+Blue) = 66+53+35=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423523 is #BDCADC. Grayscale: #363636. Windows color (decimal): -12438237 or 2307394. OLE color: 2307394.

HSL color Cylindrical-coordinate representation of color #423523: hue angle of 34.84º 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 #423523 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 53 35 -
CMYK 0 0.20 0.47 0.74
HSL 34.84º 0.31% 0.2% -
HSV(B) 34.84º 0.47% 0.26% -
XYZ 3.82 3.83 2.13 -
YUV 54.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 66 53 35 0 0.20 0.47 0.74 34.84 0.31 0.2
Hex 42 35 23 0 14 2F 4A 23 1F 14
Octal 102 65 43 0 24 57 112 43 37 24
Binary 1000010 110101 100011 0 10100 101111 1001010 100011 11111 10100

Color Harmonies of #423523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423523

Black with #423523

Text Example


Text Example

White with #423523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423523; }

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

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

background-color css

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

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

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

border-color css

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

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

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