Html Css Color HEX #353420 Karaka

📋 copy color: '#353420'

red 53 ◦ green 52 ◦ blue 32

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

Shades of Karaka #353420

Tints of Karaka #353420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.96%

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

R = 38.69%
G = 37.96%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#353420 (or 0x353420) is known color: Karaka. HEX triplet: 35, 34 and 20. RGB value is (53,52,32). Sum of RGB (Red+Green+Blue) = 53+52+32=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #353420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353420 is #CACBDF. Grayscale: #323232. Windows color (decimal): -13290464 or 2110517. OLE color: 2110517.

HSL color Cylindrical-coordinate representation of color #353420: hue angle of 57.14º 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 #353420 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 52 32 -
CMYK 0 0.02 0.40 0.79
HSL 57.14º 0.25% 0.17% -
HSV(B) 57.14º 0.4% 0.21% -
XYZ 2.96 3.32 1.85 -
YUV 50.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 53 52 32 0 0.02 0.40 0.79 57.14 0.25 0.17
Hex 35 34 20 0 2 28 4F 39 19 11
Octal 65 64 40 0 2 50 117 71 31 21
Binary 110101 110100 100000 0 10 101000 1001111 111001 11001 10001

Color Harmonies of #353420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353420

Black with #353420

Text Example


Text Example

White with #353420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353420; }

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

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

background-color css

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

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

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

border-color css

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

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

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