Html Css Color HEX #353620 Karaka

📋 copy color: '#353620'

red 53 ◦ green 54 ◦ blue 32

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

Shades of Karaka #353620

Tints of Karaka #353620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 38.13%
G = 38.85%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#353620 (or 0x353620) is known color: Karaka. HEX triplet: 35, 36 and 20. RGB value is (53,54,32). Sum of RGB (Red+Green+Blue) = 53+54+32=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #353620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353620 is #CAC9DF. Grayscale: #333333. Windows color (decimal): -13289952 or 2111029. OLE color: 2111029.

HSL color Cylindrical-coordinate representation of color #353620: hue angle of 62.73º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #353620 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 32 -
CMYK 0.02 0 0.41 0.79
HSL 62.73º 0.26% 0.17% -
HSV(B) 62.73º 0.41% 0.21% -
XYZ 3.05 3.5 1.88 -
YUV 51.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 53 54 32 0.02 0 0.41 0.79 62.73 0.26 0.17
Hex 35 36 20 2 0 29 4F 3F 1A 11
Octal 65 66 40 2 0 51 117 77 32 21
Binary 110101 110110 100000 10 0 101001 1001111 111111 11010 10001

Color Harmonies of #353620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353620

Black with #353620

Text Example


Text Example

White with #353620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353620; }

 p { color: rgb(53,54,32); }

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

background-color css

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

 a { background-color: rgb(53,54,32); }

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

border-color css

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

 span { border-color: rgb(53,54,32); }

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