Html Css Color HEX #353315 Karaka

📋 copy color: '#353315'

red 53 ◦ green 51 ◦ blue 21

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

Shades of Karaka #353315

Tints of Karaka #353315

RGB

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

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

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

R = 42.4%
G = 40.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#353315 (or 0x353315) is known color: Karaka. HEX triplet: 35, 33 and 15. RGB value is (53,51,21). Sum of RGB (Red+Green+Blue) = 53+51+21=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #353315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353315 is #CACCEA. Grayscale: #303030. Windows color (decimal): -13290731 or 1389365. OLE color: 1389365.

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

Color convert

RGB 53 51 21 -
CMYK 0 0.04 0.60 0.79
HSL 56.25º 0.43% 0.15% -
HSV(B) 56.25º 0.6% 0.21% -
XYZ 2.79 3.18 1.18 -
YUV 48.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 53 51 21 0 0.04 0.60 0.79 56.25 0.43 0.15
Hex 35 33 15 0 4 3C 4F 38 2B F
Octal 65 63 25 0 4 74 117 70 53 17
Binary 110101 110011 10101 0 100 111100 1001111 111000 101011 1111

Color Harmonies of #353315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353315

Black with #353315

Text Example


Text Example

White with #353315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353315; }

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

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

background-color css

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

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

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

border-color css

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

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

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