Html Css Color HEX #424B2C Bronzetone

📋 copy color: '#424B2C'

red 66 ◦ green 75 ◦ blue 44

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

Shades of Bronzetone #424B2C

Tints of Bronzetone #424B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 35.68%
G = 40.54%
B = 23.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#424B2C (or 0x424B2C) is known color: Bronzetone. HEX triplet: 42, 4B and 2C. RGB value is (66,75,44). Sum of RGB (Red+Green+Blue) = 66+75+44=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2C is #BDB4D3. Grayscale: #444444. Windows color (decimal): -12432596 or 2902850. OLE color: 2902850.

HSL color Cylindrical-coordinate representation of color #424B2C: hue angle of 77.42º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424B2C is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 44 -
CMYK 0.12 0 0.41 0.71
HSL 77.42º 0.26% 0.23% -
HSV(B) 77.42º 0.41% 0.29% -
XYZ 5.22 6.37 3.34 -
YUV 68.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 66 75 44 0.12 0 0.41 0.71 77.42 0.26 0.23
Hex 42 4B 2C C 0 29 47 4D 1A 17
Octal 102 113 54 14 0 51 107 115 32 27
Binary 1000010 1001011 101100 1100 0 101001 1000111 1001101 11010 10111

Color Harmonies of #424B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B2C

Black with #424B2C

Text Example


Text Example

White with #424B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B2C; }

 p { color: rgb(66,75,44); }

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

background-color css

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

 a { background-color: rgb(66,75,44); }

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

border-color css

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

 span { border-color: rgb(66,75,44); }

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