Html Css Color HEX #353421 Karaka

📋 copy color: '#353421'

red 53 ◦ green 52 ◦ blue 33

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

Shades of Karaka #353421

Tints of Karaka #353421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 38.41%
G = 37.68%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#353421 (or 0x353421) is known color: Karaka. HEX triplet: 35, 34 and 21. RGB value is (53,52,33). Sum of RGB (Red+Green+Blue) = 53+52+33=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #353421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353421 is #CACBDE. Grayscale: #323232. Windows color (decimal): -13290463 or 2176053. OLE color: 2176053.

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

Color convert

RGB 53 52 33 -
CMYK 0 0.02 0.38 0.79
HSL 57º 0.23% 0.17% -
HSV(B) 57º 0.38% 0.21% -
XYZ 2.97 3.32 1.92 -
YUV 50.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 53 52 33 0 0.02 0.38 0.79 57 0.23 0.17
Hex 35 34 21 0 2 26 4F 39 17 11
Octal 65 64 41 0 2 46 117 71 27 21
Binary 110101 110100 100001 0 10 100110 1001111 111001 10111 10001

Color Harmonies of #353421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353421

Black with #353421

Text Example


Text Example

White with #353421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353421; }

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

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

background-color css

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

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

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

border-color css

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

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

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