Html Css Color HEX #363400 Karaka

📋 copy color: '#363400'

red 54 ◦ green 52 ◦ blue 0

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

Shades of Karaka #363400

Tints of Karaka #363400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.94%
G = 49.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#363400 (or 0x363400) is known color: Karaka. HEX triplet: 36, 34 and 00. RGB value is (54,52,0). Sum of RGB (Red+Green+Blue) = 54+52+0=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #363400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363400 is #C9CBFF. Grayscale: #2E2E2E. Windows color (decimal): -13224960 or 13366. OLE color: 13366.

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

Color convert

RGB 54 52 0 -
CMYK 0 0.04 1 0.79
HSL 57.78º 1% 0.11% -
HSV(B) 57.78º 1% 0.21% -
XYZ 2.75 3.24 0.48 -
YUV 46.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 54 52 0 0 0.04 1 0.79 57.78 1 0.11
Hex 36 34 0 0 4 64 4F 3A 64 B
Octal 66 64 0 0 4 144 117 72 144 13
Binary 110110 110100 0 0 100 1100100 1001111 111010 1100100 1011

Color Harmonies of #363400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363400

Black with #363400

Text Example


Text Example

White with #363400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363400; }

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

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

background-color css

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

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

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

border-color css

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

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

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