Html Css Color HEX #423428 Woodburn

📋 copy color: '#423428'

red 66 ◦ green 52 ◦ blue 40

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

Shades of Woodburn #423428

Tints of Woodburn #423428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 41.77%
G = 32.91%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#423428 (or 0x423428) is known color: Woodburn. HEX triplet: 42, 34 and 28. RGB value is (66,52,40). Sum of RGB (Red+Green+Blue) = 66+52+40=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423428 is #BDCBD7. Grayscale: #363636. Windows color (decimal): -12438488 or 2634818. OLE color: 2634818.

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

Color convert

RGB 66 52 40 -
CMYK 0 0.21 0.39 0.74
HSL 27.69º 0.25% 0.21% -
HSV(B) 27.69º 0.39% 0.26% -
XYZ 3.86 3.77 2.53 -
YUV 54.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 66 52 40 0 0.21 0.39 0.74 27.69 0.25 0.21
Hex 42 34 28 0 15 27 4A 1C 19 15
Octal 102 64 50 0 25 47 112 34 31 25
Binary 1000010 110100 101000 0 10101 100111 1001010 11100 11001 10101

Color Harmonies of #423428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423428

Black with #423428

Text Example


Text Example

White with #423428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423428; }

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

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

background-color css

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

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

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

border-color css

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

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

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