Html Css Color HEX #423427 Woodburn

📋 copy color: '#423427'

red 66 ◦ green 52 ◦ blue 39

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

Shades of Woodburn #423427

Tints of Woodburn #423427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 42.04%
G = 33.12%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#423427 (or 0x423427) is known color: Woodburn. HEX triplet: 42, 34 and 27. RGB value is (66,52,39). Sum of RGB (Red+Green+Blue) = 66+52+39=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423427 is #BDCBD8. Grayscale: #363636. Windows color (decimal): -12438489 or 2569282. OLE color: 2569282.

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

Color convert

RGB 66 52 39 -
CMYK 0 0.21 0.41 0.74
HSL 28.89º 0.26% 0.21% -
HSV(B) 28.89º 0.41% 0.26% -
XYZ 3.84 3.76 2.44 -
YUV 54.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 66 52 39 0 0.21 0.41 0.74 28.89 0.26 0.21
Hex 42 34 27 0 15 29 4A 1D 1A 15
Octal 102 64 47 0 25 51 112 35 32 25
Binary 1000010 110100 100111 0 10101 101001 1001010 11101 11010 10101

Color Harmonies of #423427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423427

Black with #423427

Text Example


Text Example

White with #423427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423427; }

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

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

background-color css

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

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

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

border-color css

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

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

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