Html Css Color HEX #3C4626 Bronzetone

📋 copy color: '#3C4626'

red 60 ◦ green 70 ◦ blue 38

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

Shades of Bronzetone #3C4626

Tints of Bronzetone #3C4626

RGB

 RED value IS 60 (23.83% from 255) = 35.71%

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 35.71%
G = 41.67%
B = 22.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#3C4626 (or 0x3C4626) is known color: Bronzetone. HEX triplet: 3C, 46 and 26. RGB value is (60,70,38). Sum of RGB (Red+Green+Blue) = 60+70+38=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4626 is #C3B9D9. Grayscale: #3F3F3F. Windows color (decimal): -12827098 or 2508348. OLE color: 2508348.

HSL color Cylindrical-coordinate representation of color #3C4626: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4626 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 70 38 -
CMYK 0.14 0 0.46 0.73
HSL 78.75º 0.3% 0.21% -
HSV(B) 78.75º 0.46% 0.27% -
XYZ 4.4 5.48 2.66 -
YUV 63.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 60 70 38 0.14 0 0.46 0.73 78.75 0.3 0.21
Hex 3C 46 26 E 0 2E 49 4F 1E 15
Octal 74 106 46 16 0 56 111 117 36 25
Binary 111100 1000110 100110 1110 0 101110 1001001 1001111 11110 10101

Color Harmonies of #3C4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4626

Black with #3C4626

Text Example


Text Example

White with #3C4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4626; }

 p { color: rgb(60,70,38); }

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

background-color css

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

 a { background-color: rgb(60,70,38); }

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

border-color css

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

 span { border-color: rgb(60,70,38); }

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