Html Css Color HEX #363419 Karaka

📋 copy color: '#363419'

red 54 ◦ green 52 ◦ blue 25

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

Shades of Karaka #363419

Tints of Karaka #363419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 41.22%
G = 39.69%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#363419 (or 0x363419) is known color: Karaka. HEX triplet: 36, 34 and 19. RGB value is (54,52,25). Sum of RGB (Red+Green+Blue) = 54+52+25=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #363419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363419 is #C9CBE6. Grayscale: #313131. Windows color (decimal): -13224935 or 1651766. OLE color: 1651766.

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

Color convert

RGB 54 52 25 -
CMYK 0 0.04 0.54 0.79
HSL 55.86º 0.37% 0.15% -
HSV(B) 55.86º 0.54% 0.21% -
XYZ 2.92 3.31 1.4 -
YUV 49.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 54 52 25 0 0.04 0.54 0.79 55.86 0.37 0.15
Hex 36 34 19 0 4 36 4F 38 25 F
Octal 66 64 31 0 4 66 117 70 45 17
Binary 110110 110100 11001 0 100 110110 1001111 111000 100101 1111

Color Harmonies of #363419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363419

Black with #363419

Text Example


Text Example

White with #363419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363419; }

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

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

background-color css

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

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

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

border-color css

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

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

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