Html Css Color HEX #35180C Brown Pod

📋 copy color: '#35180C'

red 53 ◦ green 24 ◦ blue 12

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

Shades of Brown Pod #35180C

Tints of Brown Pod #35180C

RGB

 RED value IS 53 (21.09% from 255) = 59.55%

 GREEN value IS 24 (9.77% from 255) = 26.97%

 BLUE value IS 12 (5.08% from 255) = 13.48%

R = 59.55%
G = 26.97%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35180C (or 0x35180C) is known color: Brown Pod. HEX triplet: 35, 18 and 0C. RGB value is (53,24,12). Sum of RGB (Red+Green+Blue) = 53+24+12=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35180C is #CAE7F3. Grayscale: #1F1F1F. Windows color (decimal): -13297652 or 792629. OLE color: 792629.

HSL color Cylindrical-coordinate representation of color #35180C: hue angle of 17.56º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35180C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 12 -
CMYK 0 0.55 0.77 0.79
HSL 17.56º 0.63% 0.13% -
HSV(B) 17.56º 0.77% 0.21% -
XYZ 1.86 1.44 0.53 -
YUV 31.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 53 24 12 0 0.55 0.77 0.79 17.56 0.63 0.13
Hex 35 18 C 0 37 4D 4F 12 3F D
Octal 65 30 14 0 67 115 117 22 77 15
Binary 110101 11000 1100 0 110111 1001101 1001111 10010 111111 1101

Color Harmonies of #35180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35180C

Black with #35180C

Text Example


Text Example

White with #35180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35180C; }

 p { color: rgb(53,24,12); }

 H1.HeaderClassName
 {
   color: #35180C;
 }
 .AnyTagClassName
 {
   color: #35180C;
 }
</style>

background-color css

<style>
 a { background-color: #35180C; }

 a { background-color: rgb(53,24,12); }

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

border-color css

<style>
 span { border-color: #35180C; }

 span { border-color: rgb(53,24,12); }

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