Html Css Color HEX #41352A Woodburn

📋 copy color: '#41352A'

red 65 ◦ green 53 ◦ blue 42

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

Shades of Woodburn #41352A

Tints of Woodburn #41352A

RGB

 RED value IS 65 (25.78% from 255) = 40.63%

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

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 40.63%
G = 33.13%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41352A (or 0x41352A) is known color: Woodburn. HEX triplet: 41, 35 and 2A. RGB value is (65,53,42). Sum of RGB (Red+Green+Blue) = 65+53+42=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41352A is #BECAD5. Grayscale: #373737. Windows color (decimal): -12503766 or 2766145. OLE color: 2766145.

HSL color Cylindrical-coordinate representation of color #41352A: hue angle of 28.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41352A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 42 -
CMYK 0 0.18 0.35 0.75
HSL 28.7º 0.21% 0.21% -
HSV(B) 28.7º 0.35% 0.25% -
XYZ 3.87 3.84 2.73 -
YUV 55.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 65 53 42 0 0.18 0.35 0.75 28.7 0.21 0.21
Hex 41 35 2A 0 12 23 4B 1D 15 15
Octal 101 65 52 0 22 43 113 35 25 25
Binary 1000001 110101 101010 0 10010 100011 1001011 11101 10101 10101

Color Harmonies of #41352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41352A

Black with #41352A

Text Example


Text Example

White with #41352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41352A; }

 p { color: rgb(65,53,42); }

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

background-color css

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

 a { background-color: rgb(65,53,42); }

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

border-color css

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

 span { border-color: rgb(65,53,42); }

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