Html Css Color HEX #343317 Karaka

📋 copy color: '#343317'

red 52 ◦ green 51 ◦ blue 23

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

Shades of Karaka #343317

Tints of Karaka #343317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 41.27%
G = 40.48%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#343317 (or 0x343317) is known color: Karaka. HEX triplet: 34, 33 and 17. RGB value is (52,51,23). Sum of RGB (Red+Green+Blue) = 52+51+23=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #343317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343317 is #CBCCE8. Grayscale: #303030. Windows color (decimal): -13356265 or 1520436. OLE color: 1520436.

HSL color Cylindrical-coordinate representation of color #343317: hue angle of 57.93º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343317 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 51 23 -
CMYK 0 0.02 0.56 0.80
HSL 57.93º 0.39% 0.15% -
HSV(B) 57.93º 0.56% 0.2% -
XYZ 2.75 3.16 1.28 -
YUV 48.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 52 51 23 0 0.02 0.56 0.80 57.93 0.39 0.15
Hex 34 33 17 0 2 38 50 3A 27 F
Octal 64 63 27 0 2 70 120 72 47 17
Binary 110100 110011 10111 0 10 111000 1010000 111010 100111 1111

Color Harmonies of #343317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343317

Black with #343317

Text Example


Text Example

White with #343317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343317; }

 p { color: rgb(52,51,23); }

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

background-color css

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

 a { background-color: rgb(52,51,23); }

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

border-color css

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

 span { border-color: rgb(52,51,23); }

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