Html Css Color HEX #383603 Karaka

📋 copy color: '#383603'

red 56 ◦ green 54 ◦ blue 3

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

Shades of Karaka #383603

Tints of Karaka #383603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 47.79%

 BLUE value IS 3 (1.56% from 255) = 2.65%

R = 49.56%
G = 47.79%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#383603 (or 0x383603) is known color: Karaka. HEX triplet: 38, 36 and 03. RGB value is (56,54,3). Sum of RGB (Red+Green+Blue) = 56+54+3=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383603 is #C7C9FC. Grayscale: #303030. Windows color (decimal): -13093373 or 210488. OLE color: 210488.

HSL color Cylindrical-coordinate representation of color #383603: hue angle of 57.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #383603 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 3 -
CMYK 0 0.04 0.95 0.78
HSL 57.74º 0.9% 0.12% -
HSV(B) 57.74º 0.95% 0.22% -
XYZ 2.97 3.49 0.6 -
YUV 48.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 56 54 3 0 0.04 0.95 0.78 57.74 0.9 0.12
Hex 38 36 3 0 4 5F 4E 3A 5A C
Octal 70 66 3 0 4 137 116 72 132 14
Binary 111000 110110 11 0 100 1011111 1001110 111010 1011010 1100

Color Harmonies of #383603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383603

Black with #383603

Text Example


Text Example

White with #383603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383603; }

 p { color: rgb(56,54,3); }

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

background-color css

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

 a { background-color: rgb(56,54,3); }

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

border-color css

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

 span { border-color: rgb(56,54,3); }

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