Html Css Color HEX #353515 Karaka

📋 copy color: '#353515'

red 53 ◦ green 53 ◦ blue 21

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

Shades of Karaka #353515

Tints of Karaka #353515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 41.73%
G = 41.73%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#353515 (or 0x353515) is known color: Karaka. HEX triplet: 35, 35 and 15. RGB value is (53,53,21). Sum of RGB (Red+Green+Blue) = 53+53+21=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353515 is #CACAEA. Grayscale: #313131. Windows color (decimal): -13290219 or 1389877. OLE color: 1389877.

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

Color convert

RGB 53 53 21 -
CMYK 0 0 0.60 0.79
HSL 60º 0.43% 0.15% -
HSV(B) 60º 0.6% 0.21% -
XYZ 2.88 3.36 1.21 -
YUV 49.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 53 53 21 0 0 0.60 0.79 60 0.43 0.15
Hex 35 35 15 0 0 3C 4F 3C 2B F
Octal 65 65 25 0 0 74 117 74 53 17
Binary 110101 110101 10101 0 0 111100 1001111 111100 101011 1111

Color Harmonies of #353515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353515

Black with #353515

Text Example


Text Example

White with #353515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353515; }

 p { color: rgb(53,53,21); }

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

background-color css

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

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

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

border-color css

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

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

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