Html Css Color HEX #343513 Karaka

📋 copy color: '#343513'

red 52 ◦ green 53 ◦ blue 19

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

Shades of Karaka #343513

Tints of Karaka #343513

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

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

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

Color convert

RGB 52 53 19 -
CMYK 0.02 0 0.64 0.79
HSL 61.76º 0.47% 0.14% -
HSV(B) 61.76º 0.64% 0.21% -
XYZ 2.81 3.32 1.11 -
YUV 48.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 52 53 19 0.02 0 0.64 0.79 61.76 0.47 0.14
Hex 34 35 13 2 0 40 4F 3E 2F E
Octal 64 65 23 2 0 100 117 76 57 16
Binary 110100 110101 10011 10 0 1000000 1001111 111110 101111 1110

Color Harmonies of #343513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343513

Black with #343513

Text Example


Text Example

White with #343513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343513; }

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

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

background-color css

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

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

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

border-color css

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

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

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