Html Css Color HEX #35180A Brown Pod

📋 copy color: '#35180A'

red 53 ◦ green 24 ◦ blue 10

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

Shades of Brown Pod #35180A

Tints of Brown Pod #35180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 60.92%
G = 27.59%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35180A (or 0x35180A) is known color: Brown Pod. HEX triplet: 35, 18 and 0A. RGB value is (53,24,10). Sum of RGB (Red+Green+Blue) = 53+24+10=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35180A is #CAE7F5. Grayscale: #1F1F1F. Windows color (decimal): -13297654 or 661557. OLE color: 661557.

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

Color convert

RGB 53 24 10 -
CMYK 0 0.55 0.81 0.79
HSL 19.53º 0.68% 0.12% -
HSV(B) 19.53º 0.81% 0.21% -
XYZ 1.85 1.43 0.47 -
YUV 31.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 53 24 10 0 0.55 0.81 0.79 19.53 0.68 0.12
Hex 35 18 A 0 37 51 4F 14 44 C
Octal 65 30 12 0 67 121 117 24 104 14
Binary 110101 11000 1010 0 110111 1010001 1001111 10100 1000100 1100

Color Harmonies of #35180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35180A

Black with #35180A

Text Example


Text Example

White with #35180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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