Html Css Color HEX #353320 Karaka

📋 copy color: '#353320'

red 53 ◦ green 51 ◦ blue 32

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

Shades of Karaka #353320

Tints of Karaka #353320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 38.97%
G = 37.5%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#353320 (or 0x353320) is known color: Karaka. HEX triplet: 35, 33 and 20. RGB value is (53,51,32). Sum of RGB (Red+Green+Blue) = 53+51+32=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353320 is #CACCDF. Grayscale: #313131. Windows color (decimal): -13290720 or 2110261. OLE color: 2110261.

HSL color Cylindrical-coordinate representation of color #353320: hue angle of 54.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353320 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 32 -
CMYK 0 0.04 0.40 0.79
HSL 54.29º 0.25% 0.17% -
HSV(B) 54.29º 0.4% 0.21% -
XYZ 2.91 3.23 1.84 -
YUV 49.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 53 51 32 0 0.04 0.40 0.79 54.29 0.25 0.17
Hex 35 33 20 0 4 28 4F 36 19 11
Octal 65 63 40 0 4 50 117 66 31 21
Binary 110101 110011 100000 0 100 101000 1001111 110110 11001 10001

Color Harmonies of #353320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353320

Black with #353320

Text Example


Text Example

White with #353320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353320; }

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

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

background-color css

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

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

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

border-color css

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

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

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