Html Css Color HEX #35231A Brown Pod

📋 copy color: '#35231A'

red 53 ◦ green 35 ◦ blue 26

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

Shades of Brown Pod #35231A

Tints of Brown Pod #35231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 46.49%
G = 30.7%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35231A (or 0x35231A) is known color: Brown Pod. HEX triplet: 35, 23 and 1A. RGB value is (53,35,26). Sum of RGB (Red+Green+Blue) = 53+35+26=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35231A is #CADCE5. Grayscale: #272727. Windows color (decimal): -13294822 or 1712949. OLE color: 1712949.

HSL color Cylindrical-coordinate representation of color #35231A: hue angle of 20º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35231A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 26 -
CMYK 0 0.34 0.51 0.79
HSL 20º 0.34% 0.15% -
HSV(B) 20º 0.51% 0.21% -
XYZ 2.26 2.03 1.25 -
YUV 39.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 53 35 26 0 0.34 0.51 0.79 20 0.34 0.15
Hex 35 23 1A 0 22 33 4F 14 22 F
Octal 65 43 32 0 42 63 117 24 42 17
Binary 110101 100011 11010 0 100010 110011 1001111 10100 100010 1111

Color Harmonies of #35231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35231A

Black with #35231A

Text Example


Text Example

White with #35231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,35,26); }

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

background-color css

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

 a { background-color: rgb(53,35,26); }

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

border-color css

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

 span { border-color: rgb(53,35,26); }

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