Html Css Color HEX #353413 Karaka

📋 copy color: '#353413'

red 53 ◦ green 52 ◦ blue 19

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

Shades of Karaka #353413

Tints of Karaka #353413

RGB

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

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

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

R = 42.74%
G = 41.94%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#353413 (or 0x353413) is known color: Karaka. HEX triplet: 35, 34 and 13. RGB value is (53,52,19). Sum of RGB (Red+Green+Blue) = 53+52+19=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #353413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353413 is #CACBEC. Grayscale: #303030. Windows color (decimal): -13290477 or 1258549. OLE color: 1258549.

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

Color convert

RGB 53 52 19 -
CMYK 0 0.02 0.64 0.79
HSL 58.24º 0.47% 0.14% -
HSV(B) 58.24º 0.64% 0.21% -
XYZ 2.81 3.26 1.1 -
YUV 48.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 53 52 19 0 0.02 0.64 0.79 58.24 0.47 0.14
Hex 35 34 13 0 2 40 4F 3A 2F E
Octal 65 64 23 0 2 100 117 72 57 16
Binary 110101 110100 10011 0 10 1000000 1001111 111010 101111 1110

Color Harmonies of #353413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353413

Black with #353413

Text Example


Text Example

White with #353413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353413; }

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

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

background-color css

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

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

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

border-color css

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

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

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