Html Css Color HEX #363413 Karaka

📋 copy color: '#363413'

red 54 ◦ green 52 ◦ blue 19

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

Shades of Karaka #363413

Tints of Karaka #363413

RGB

 RED value IS 54 (21.48% from 255) = 43.2%

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

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

R = 43.2%
G = 41.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#363413 (or 0x363413) is known color: Karaka. HEX triplet: 36, 34 and 13. RGB value is (54,52,19). Sum of RGB (Red+Green+Blue) = 54+52+19=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #363413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363413 is #C9CBEC. Grayscale: #303030. Windows color (decimal): -13224941 or 1258550. OLE color: 1258550.

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

Color convert

RGB 54 52 19 -
CMYK 0 0.04 0.65 0.79
HSL 56.57º 0.48% 0.14% -
HSV(B) 56.57º 0.65% 0.21% -
XYZ 2.87 3.29 1.1 -
YUV 48.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 54 52 19 0 0.04 0.65 0.79 56.57 0.48 0.14
Hex 36 34 13 0 4 41 4F 39 30 E
Octal 66 64 23 0 4 101 117 71 60 16
Binary 110110 110100 10011 0 100 1000001 1001111 111001 110000 1110

Color Harmonies of #363413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363413

Black with #363413

Text Example


Text Example

White with #363413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363413; }

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

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

background-color css

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

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

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

border-color css

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

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

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