Html Css Color HEX #353313 Karaka

📋 copy color: '#353313'

red 53 ◦ green 51 ◦ blue 19

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

Shades of Karaka #353313

Tints of Karaka #353313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 43.09%
G = 41.46%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#353313 (or 0x353313) is known color: Karaka. HEX triplet: 35, 33 and 13. RGB value is (53,51,19). Sum of RGB (Red+Green+Blue) = 53+51+19=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #353313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353313 is #CACCEC. Grayscale: #303030. Windows color (decimal): -13290733 or 1258293. OLE color: 1258293.

HSL color Cylindrical-coordinate representation of color #353313: hue angle of 56.47º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353313 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 51 19 -
CMYK 0 0.04 0.64 0.79
HSL 56.47º 0.47% 0.14% -
HSV(B) 56.47º 0.64% 0.21% -
XYZ 2.77 3.17 1.08 -
YUV 47.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 53 51 19 0 0.04 0.64 0.79 56.47 0.47 0.14
Hex 35 33 13 0 4 40 4F 38 2F E
Octal 65 63 23 0 4 100 117 70 57 16
Binary 110101 110011 10011 0 100 1000000 1001111 111000 101111 1110

Color Harmonies of #353313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353313

Black with #353313

Text Example


Text Example

White with #353313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353313; }

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

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

background-color css

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

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

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

border-color css

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

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

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