Html Css Color HEX #4C230E Brown Pod

📋 copy color: '#4C230E'

red 76 ◦ green 35 ◦ blue 14

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

Shades of Brown Pod #4C230E

Tints of Brown Pod #4C230E

RGB

 RED value IS 76 (30.08% from 255) = 60.8%

 GREEN value IS 35 (14.06% from 255) = 28%

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 60.8%
G = 28%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C230E (or 0x4C230E) is known color: Brown Pod. HEX triplet: 4C, 23 and 0E. RGB value is (76,35,14). Sum of RGB (Red+Green+Blue) = 76+35+14=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C230E is #B3DCF1. Grayscale: #2C2C2C. Windows color (decimal): -11787506 or 926540. OLE color: 926540.

HSL color Cylindrical-coordinate representation of color #4C230E: hue angle of 20.32º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C230E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 35 14 -
CMYK 0 0.54 0.82 0.70
HSL 20.32º 0.69% 0.18% -
HSV(B) 20.32º 0.82% 0.3% -
XYZ 3.66 2.77 0.76 -
YUV 44.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 76 35 14 0 0.54 0.82 0.70 20.32 0.69 0.18
Hex 4C 23 E 0 36 52 46 14 45 12
Octal 114 43 16 0 66 122 106 24 105 22
Binary 1001100 100011 1110 0 110110 1010010 1000110 10100 1000101 10010

Color Harmonies of #4C230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C230E

Black with #4C230E

Text Example


Text Example

White with #4C230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C230E; }

 p { color: rgb(76,35,14); }

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

background-color css

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

 a { background-color: rgb(76,35,14); }

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

border-color css

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

 span { border-color: rgb(76,35,14); }

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