Html Css Color HEX #35190C Brown Pod

📋 copy color: '#35190C'

red 53 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #35190C

Tints of Brown Pod #35190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.78%

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

R = 58.89%
G = 27.78%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35190C (or 0x35190C) is known color: Brown Pod. HEX triplet: 35, 19 and 0C. RGB value is (53,25,12). Sum of RGB (Red+Green+Blue) = 53+25+12=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190C is #CAE6F3. Grayscale: #1F1F1F. Windows color (decimal): -13297396 or 792885. OLE color: 792885.

HSL color Cylindrical-coordinate representation of color #35190C: hue angle of 19.02º 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 #35190C is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 25 12 -
CMYK 0 0.53 0.77 0.79
HSL 19.02º 0.63% 0.13% -
HSV(B) 19.02º 0.77% 0.21% -
XYZ 1.88 1.48 0.53 -
YUV 31.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 53 25 12 0 0.53 0.77 0.79 19.02 0.63 0.13
Hex 35 19 C 0 35 4D 4F 13 3F D
Octal 65 31 14 0 65 115 117 23 77 15
Binary 110101 11001 1100 0 110101 1001101 1001111 10011 111111 1101

Color Harmonies of #35190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35190C

Black with #35190C

Text Example


Text Example

White with #35190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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