Html Css Color HEX #343209 Karaka

📋 copy color: '#343209'

red 52 ◦ green 50 ◦ blue 9

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

Shades of Karaka #343209

Tints of Karaka #343209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 46.85%
G = 45.05%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#343209 (or 0x343209) is known color: Karaka. HEX triplet: 34, 32 and 09. RGB value is (52,50,9). Sum of RGB (Red+Green+Blue) = 52+50+9=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #343209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343209 is #CBCDF6. Grayscale: #2E2E2E. Windows color (decimal): -13356535 or 602676. OLE color: 602676.

HSL color Cylindrical-coordinate representation of color #343209: hue angle of 57.21º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #343209 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 50 9 -
CMYK 0 0.04 0.83 0.80
HSL 57.21º 0.7% 0.12% -
HSV(B) 57.21º 0.83% 0.2% -
XYZ 2.61 3.03 0.71 -
YUV 45.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 52 50 9 0 0.04 0.83 0.80 57.21 0.7 0.12
Hex 34 32 9 0 4 53 50 39 46 C
Octal 64 62 11 0 4 123 120 71 106 14
Binary 110100 110010 1001 0 100 1010011 1010000 111001 1000110 1100

Color Harmonies of #343209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343209

Black with #343209

Text Example


Text Example

White with #343209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343209; }

 p { color: rgb(52,50,9); }

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

background-color css

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

 a { background-color: rgb(52,50,9); }

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

border-color css

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

 span { border-color: rgb(52,50,9); }

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