Html Css Color HEX #383500 Karaka

📋 copy color: '#383500'

red 56 ◦ green 53 ◦ blue 0

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

Shades of Karaka #383500

Tints of Karaka #383500

RGB

 RED value IS 56 (22.27% from 255) = 51.38%

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 51.38%
G = 48.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#383500 (or 0x383500) is known color: Karaka. HEX triplet: 38, 35 and 00. RGB value is (56,53,0). Sum of RGB (Red+Green+Blue) = 56+53+0=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #383500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383500 is #C7CAFF. Grayscale: #303030. Windows color (decimal): -13093632 or 13624. OLE color: 13624.

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

Color convert

RGB 56 53 0 -
CMYK 0 0.05 1 0.78
HSL 56.79º 1% 0.11% -
HSV(B) 56.79º 1% 0.22% -
XYZ 2.9 3.39 0.5 -
YUV 47.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 56 53 0 0 0.05 1 0.78 56.79 1 0.11
Hex 38 35 0 0 5 64 4E 39 64 B
Octal 70 65 0 0 5 144 116 71 144 13
Binary 111000 110101 0 0 101 1100100 1001110 111001 1100100 1011

Color Harmonies of #383500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383500

Black with #383500

Text Example


Text Example

White with #383500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383500; }

 p { color: rgb(56,53,0); }

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

background-color css

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

 a { background-color: rgb(56,53,0); }

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

border-color css

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

 span { border-color: rgb(56,53,0); }

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