Html Css Color HEX #3C531B Bronzetone

📋 copy color: '#3C531B'

red 60 ◦ green 83 ◦ blue 27

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

Shades of Bronzetone #3C531B

Tints of Bronzetone #3C531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 35.29%
G = 48.82%
B = 15.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#3C531B (or 0x3C531B) is known color: Bronzetone. HEX triplet: 3C, 53 and 1B. RGB value is (60,83,27). Sum of RGB (Red+Green+Blue) = 60+83+27=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #3C531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C531B is #C3ACE4. Grayscale: #454545. Windows color (decimal): -12823781 or 1790780. OLE color: 1790780.

HSL color Cylindrical-coordinate representation of color #3C531B: hue angle of 84.64º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C531B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 27 -
CMYK 0.28 0 0.67 0.67
HSL 84.64º 0.51% 0.22% -
HSV(B) 84.64º 0.67% 0.33% -
XYZ 5.15 7.23 2.16 -
YUV 69.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 60 83 27 0.28 0 0.67 0.67 84.64 0.51 0.22
Hex 3C 53 1B 1C 0 43 43 55 33 16
Octal 74 123 33 34 0 103 103 125 63 26
Binary 111100 1010011 11011 11100 0 1000011 1000011 1010101 110011 10110

Color Harmonies of #3C531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C531B

Black with #3C531B

Text Example


Text Example

White with #3C531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,27); }

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

background-color css

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

 a { background-color: rgb(60,83,27); }

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

border-color css

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

 span { border-color: rgb(60,83,27); }

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